Re: [ClojureScript] ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-16 Thread David Nolen
Use goog.string.format. David On Mon, Sep 16, 2013 at 11:35 AM, Joe Smith wrote: > I see that clojure.core/format is gone. Is there a replacement/alternative? > > --- > Joseph Smith > j...@uwcreations.com > @solussd > > > > > > > On Sep 16, 2013, at 7:31 AM, David Nolen wrote: > > Nicola Mome

Re: [ClojureScript] ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-16 Thread Joe Smith
I see that clojure.core/format is gone. Is there a replacement/alternative? --- Joseph Smith j...@uwcreations.com @solussd On Sep 16, 2013, at 7:31 AM, David Nolen wrote: > Nicola Mometto also deserves quite a bit of credit, the fact that > tools.reader emits line and column information o

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-16 Thread Sean Grove
Yeah, tools.reader is amazing. Honestly the source map patch was just a bit of glue between David's existing work and integrating tools.reader, the bulk of the results are due to them. On Mon, Sep 16, 2013 at 2:31 PM, David Nolen wrote: > Nicola Mometto also deserves quite a bit of credit, the

Re: ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-16 Thread David Nolen
Nicola Mometto also deserves quite a bit of credit, the fact that tools.reader emits line and column information on all symbols is essential for the accuracy of ClojureScript source maps. On Mon, Sep 16, 2013 at 1:58 AM, Marco Munizaga wrote: > I'm so happy for this, I've been subscribed to tha

Re: ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-15 Thread Marco Munizaga
I'm so happy for this, I've been subscribed to that issue on Jira for a while now, and here it is, alive and working! Just ran some demo code and it looks amazing! Thanks Sean Grove and thanks David Nolen. I'll let you know about any bugs I find. On Sunday, September 15, 2013 2:48:46 PM UTC-4, D

Re: ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-15 Thread David Nolen
1889 released, all changes are to make it easier to test the source map functionality. I've blogged some basic instructions here http://swannodette.github.io/2013/09/15/source-maps/ Feedback welcome! On Sun, Sep 15, 2013 at 2:48 PM, David Nolen wrote: > ClojureScript, the Clojure compiler that

Re: ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-15 Thread Shantanu Kumar
Thanks for this significant release! Will `format` make a comeback in a future release? Shantanu On Monday, 16 September 2013 00:18:46 UTC+5:30, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > > > The biggest change in this release thanks to Se

ANN: ClojureScript 0.0-1885 (Source maps!)

2013-09-15 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. The biggest change in this release thanks to Sean Grove - much improved source maps. You can provide a :source-map option to the compiler to name the source map file. Feedback on this significant enhancement welcome. README an