Yes the fixes should be in the latest release core.async. On Wed, Sep 24, 2014 at 2:15 AM, Sean Corfield <[email protected]> wrote: > Do you know off-hand if those fixes are in 0.1.346.0-17112a-alpha which is > the latest available version of core.async? > > Sean > > On Sep 23, 2014, at 1:09 AM, David Nolen <[email protected]> wrote: >> Those are errors in core.async already fixed in master. >> >> On Tuesday, September 23, 2014, Denis Johnson <[email protected]> >> wrote: >> 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 <[email protected]> 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 [email protected] >> Note that posts from new members are moderated - please be patient with your >> first post. >> To unsubscribe from this group, send email to >> [email protected] >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> 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. > > Sean Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "Perfection is the enemy of the good." > -- Gustave Flaubert, French realist novelist (1821-1880) > > >
-- 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.
