In order to test the new Closure compiler you need to update the bootstrap script to download the right jar. The project.clj is only for development and is not actually involved in managing ClojureScript dependencies in anyway.
David On Tue, Apr 8, 2014 at 9:15 AM, Tim Visher <[email protected]> wrote: > Hi All, > > v20140417 was just released to Maven Central. > > With the following patch: > > diff --git a/project.clj b/project.clj > index d80ceef..0afea52 100644 > --- a/project.clj > +++ b/project.clj > @@ -12,7 +12,7 @@ > [org.clojure/data.json "0.2.3"] > [org.clojure/tools.reader "0.8.3"] > [org.clojure/google-closure-library > "0.0-20130212-95c19e7f0f5f"] > - [com.google.javascript/closure-compiler "v20131014"] > + [com.google.javascript/closure-compiler "v20140407"] > [org.mozilla/rhino "1.7R4"]] > :profiles {:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]} > :1.6 {:dependencies [[org.clojure/clojure > "1.6.0-master-SNAPSHOT"]]}} > > I ran: > > $ V8_HOME=/usr/local/bin SPIDERMONKEY_HOME=/usr/local/bin > JSC_HOME=/usr/local/bin script/t > est > Testing with V8 > Tests completed without exception > > > Testing with SpiderMonkey > out/core-advanced-test.js:533: Error: Assert failed: (not (integer? > 1e+308)) > Testing with JavaScriptCore > Tests completed without exception > > > NASHORN_HOME not set, skipping Nashorn tests > Tested with 3 out of 4 possible js targets > > Just FYI! :) > > -- > > In Christ, > > Timmy V. > > http://blog.twonegatives.com/ > http://five.sentenc.es/ -- Spend less time on mail > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
