Thanks for the update.

Both the previous and this causes the following warnings with core.async:

WARNING: Use of undeclared Var cljs.core.async/do-alts at line 62 
file:../.m2/repository/org/clojure/core.async/0.1.338.0-5c5012-alpha/core.async-0.1.338.0-5c5012-alpha.jar!/cljs/core/async/impl/ioc_helpers.cljs
WARNING: Bad method signature in protocol implementation impl/Handler 
lock-id at line 719 
file:../.m2/repository/org/clojure/core.async/0.1.338.0-5c5012-alpha/core.async-0.1.338.0-5c5012-alpha.jar!/cljs/core/async.cljs
WARNING: Use of undeclared Var cljs.core.async.impl.protocols/lock-id at 
line 722 
file:../.m2/repository/org/clojure/core.async/0.1.338.0-5c5012-alpha/core.async-0.1.338.0-5c5012-alpha.jar!/cljs/core/async.cljs
WARNING: Bad method signature in protocol implementation impl/Handler 
lock-id at line 719 run/compiled/demo/cljs/core/async.cljs
WARNING: Use of undeclared Var cljs.core.async.impl.protocols/lock-id at 
line 722 run/compiled/demo/cljs/core/async.cljs

Cheers Denis


On Friday, September 19, 2014 5:27:28 AM UTC+10, David Nolen wrote:
>
> I just cut 0.0-2342, the only change is a updated dependency on 
> tools.reader 0.8.9 - this fixes an issue where source metadata would 
> leave into the runtime. 
>
> David 
>
> On Thu, Sep 18, 2014 at 8:23 AM, David Nolen <dnolen...@gmail.com 
> <javascript:>> wrote: 
> > ClojureScript, the Clojure compiler that emits JavaScript source code. 
> > 
> > README and source code: https://github.com/clojure/clojurescript 
> > 
> > New release version: 0.0-2341 
> > 
> > Leiningen dependency information: 
> > 
> >     [org.clojure/clojurescript "0.0-2341"] 
> > 
> > This releases comes with considerably better analysis. Vars from other 
> > namespaces are finally also verified. Protocols previously saw very 
> > little analysis support. Protocol method implementations are now 
> > checked for validity against the declared protocol. 
> > 
> > Transducers are also now in sync with Clojure 1.7.0-alpha2 
> > 
> > Feedback welcome! 
> > 
> > ### Enhancements 
> > * transducers 
> > 
> > ### Fixes 
> > * CLJS-704: warn if protocol extended to type multiple times in 
> extend-type 
> > * CLJS-702: warn if protocol doesn't match declared 
> > * CLJS-859: use https for the bootstrap script 
> > * CLJS-855: combinatorial code generation under advanced 
> > * CLJS-858: resolve-existing var does not check vars outside current ns 
> > * CLJS-852: same group-by as Clojure 
> > * CLJS-847: Safari toString fix 
> > * CLJS-846: preserve namespace metadata 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to