mies is out of date and uses an old version of cljs and clojure 1.6. lein ancient doesn't upgrade clojure unless you use the :check-clojure option. so it upgrades cljs to 3269, but leaves clojure at 1.6.0, and that won't fly.
On Tuesday, May 12, 2015 at 9:05:22 AM UTC-5, g vim wrote: > lein mies new <project> followed by updating to the lastest cljs with > `lein ancient` results in this error for me: > > java.io.FileNotFoundException: Could not locate cljs/util__init.class or > cljs/util.clj on classpath: > > gvim > > > > On 08/05/2015 20:23, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > > > README and source code: https://github.com/clojure/clojurescript > > > > Leiningen dependency information: > > > > [org.clojure/clojurescript "0.0-3255"] > > > > A big thanks goes out to Jonathan Boston and Shaun Lebron for this > > release. Thanks to their efforts ClojureScript now includes a full > > port of clojure.pprint under the cljs.pprint namespace. This was the > > last major namespace in need of porting to ClojureScript. > > > > The release also bumps several dependencies: Clojure 1.7.0-beta2, > > tools.reader 0.9.2, Closure Compiler v20150505, and Closure Library > > 0.0-20150505-021ed5b3. > > > > This release also fixes some regressions around async testing, > > docstring REPL support, arglist meta, and more. > > > > As always feedback welcome! > > > > ## 0.0-3255 > > > > ### Changes > > * Update Closure Library dependency > > * CLJS-1252: Update Closure Compiler Dependency to v20150505 > > * .clj -> .cljc for important analysis / compilation bits > > * add public cljs.compiler.api namespace > > * CLJS-1224: cljs.repl: Memoize stack frame mapping > > * depend on tools.reader 0.9.2 > > > > ### Enhancements > > * add cljs.pprint/pp macro > > * CLJS-710: port clojure.pprint > > * CLJS-1178: Compiler does not know Math ns is not not-native > > * add getBasis methods to deftype and defrecord ctors a la Clojure JVM > > * support ^long and ^double type hints > > > > ### Fixes > > * fix cljs-1198 async testing regression > > * CLJS-1254: Update REPL browser agent detection CLJS-1253: Create/Use > > new Closure Library Release > > * CLJS-1225: Variadic function with same name as parent function gives > > runtime error in advanced compile mode. > > * CLJS-1246: Add cljs.core/record? predicate. > > * CLJS-1239: Make eduction variadic. > > * CLJS-1244: tagged-literal precondition check missing wrapping vector > > * CLJS-1243: Add TaggedLiteral type & related fns > > * CLJS-1240: Add cljs.core/var? > > * CLJS-1214: :arglists meta has needless quoting CLJS-1232: bad > > arglists for doc, regression > > * CLJS-1212: Error in set ctor for > 8-entry map literal > > * CLJS-1218: Syntax quoting an alias created with :require-macros > > throws ClassCastException > > * CLJS-1213: cljs.analyzer incorrectly marks all defs as tests when > > eliding test metadata > > * CLJS-742: Compilation with :output-file option set fails > > > > -- > > 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] > > <mailto:[email protected]>. > > To post to this group, send email to [email protected] > > <mailto:[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.
