Re: ANN: ClojureScript 0.0-2060

2013-11-22 Thread David Nolen
Looks like we're not eliding some new metadata introduced by tools.reader. On Thursday, November 21, 2013, Feng Hou wrote: > On Thursday, November 21, 2013 10:12:55 AM UTC-5, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > > > > > README and sourc

Re: ANN: ClojureScript 0.0-2060

2013-11-21 Thread Feng Hou
On Thursday, November 21, 2013 10:12:55 AM UTC-5, 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-2060 > > > Leiningen dependency information: >

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2060

2013-11-21 Thread Feng Hou
On Thursday, November 21, 2013 10:48:42 PM UTC-5, Tim Visher wrote: > Thanks for the patch, Feng. > > > > Patches don't tend to get discussed on the mailing list for Clojure. > > Do you have your CA signed yet? http://clojure.org/contributing > > > > Ironically, I had basically produced this

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2060

2013-11-21 Thread Tim Visher
Thanks for the patch, Feng. Patches don't tend to get discussed on the mailing list for Clojure. Do you have your CA signed yet? http://clojure.org/contributing Ironically, I had basically produced this patch, line for line, a couple of hours ago. Hopefully we can get a release out soon. This was

Re: ANN: ClojureScript 0.0-2060

2013-11-21 Thread Feng Hou
On Thursday, November 21, 2013 10:12:55 AM UTC-5, 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-2060 > > > Leiningen dependency information: >

Re: ANN: ClojureScript 0.0-2060

2013-11-21 Thread Thomas Heller
Amazing work! Thanks to everyone involved. Are there any hopes of optimizing things in the source-map department? It adds about 30sec (on optimize only, compile times are fine) to my build which makes it unsuitable for development. A while back I opened http://dev.clojure.org/jira/browse/CLJS-4