Re: ANN: ClojureScript 0.0-3308, fixes & enhancements

2015-07-27 Thread Adam Morgan
After running lein new mies test and then scripts/watch I am getting the following exception: π ./scripts/watch Building ... Reading analysis cache for jar:file:/Users/ajmorgan/.m2/repository/org/clojure/clojurescript/0.0-3308/clojurescript-0.0-3308-aot.jar!/cljs/core.cljs Compiling src/test/

Re: ANN: ClojureScript 0.0-3308, fixes & enhancements

2015-06-05 Thread Max Gonzih
On Monday, June 1, 2015 at 8:47:51 PM UTC+2, 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-330

Re: ANN: ClojureScript 0.0-3308, fixes & enhancements

2015-06-01 Thread Rangel Spasov
Works for me, thanks! FYI for anyone using Transit - upgrade to the latest version to prevent warnings. com.lucasbradstreet/cljs-uuid-utils lib also causes warnings, I switched to the cljs.core/random-uuid to avoid that. Thanks, @raspasov On Monday, June 1, 2015 at 11:47:58 AM UTC-7, David N

ANN: ClojureScript 0.0-3308, fixes & enhancements

2015-06-01 Thread David Nolen
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-3308"] This release bumps the Clojure dependecy to 1.7.0-RC1 and includes fixes and minor