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