Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-23 Thread David Nolen
Those are errors in core.async already fixed in master. On Tuesday, September 23, 2014, Denis Johnson 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/

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-22 Thread Kyle Cordes
On Monday, September 22, 2014 9:45:44 PM UTC-5, Denis Johnson 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.33

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-22 Thread Denis Johnson
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_

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-19 Thread Wilker
Thank you for the release. --- Wilker LĂșcio http://about.me/wilkerlucio/bio Woboinc Consultant +55 81 82556600 On Fri, Sep 19, 2014 at 12:49 PM, Alan Dipert wrote: > Here is a bookmarklet that turns /CLJS-\d+/ text into link: > https://dl.dropboxusercontent.com/u/12379861/cljsjira.html > > Than

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-19 Thread Alan Dipert
Here is a bookmarklet that turns /CLJS-\d+/ text into link: https://dl.dropboxusercontent.com/u/12379861/cljsjira.html Thanks for the release! Especially CLJS-855 :-) Alan On Thursday, September 18, 2014 9:46:42 PM UTC-4, bob wrote: > It would be better that the jira issues have links. > > >

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-18 Thread Ben Wolfson
On Thu, Sep 18, 2014 at 6:25 PM, Timothy Baldridge wrote: > That'd probably require emails to be in HTML format (or have massive > amounts of text in the email), that would most likely upset a whole other > group of users. > the links seem pretty short: http://dev.clojure.org/jira/browse/CLJS-70

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-18 Thread Timothy Baldridge
That'd probably require emails to be in HTML format (or have massive amounts of text in the email), that would most likely upset a whole other group of users. On Thu, Sep 18, 2014 at 7:09 PM, bob wrote: > It would be better that the jira issues have links. > > > On Thursday, September 18, 2014 8

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-18 Thread bob
It would be better that the jira issues have links. On Thursday, September 18, 2014 8:23:45 PM UTC+8, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version: 0.0-2

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-18 Thread David Nolen
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 wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > READ