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.li...@gmail.com> 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