Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-11 Thread David Nolen
On Wed, Feb 11, 2015 at 6:52 AM, Daniel Skarda wrote: > Could you please write few examples how to take advantage of new unified > source-map support? I tried 0.0-2816 with node.js without success. I tried > with piggieback and without. But the only solution was with 'npm install > source-map-sup

Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-11 Thread Robin Heggelund Hansen
Does there exist a tutorial for how to setup a project using cljs.test? And some details on how the async testing works? Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that

Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-11 Thread Daniel Skarda
David, thank you for all improvements and work you do for ClojureScript! Could you please write few examples how to take advantage of new unified source-map support? I tried 0.0-2816 with node.js without success. I tried with piggieback and without. But the only solution was with 'npm install s

Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-10 Thread Mikey Griffiths
According to GitHub, ClojureScript now has 104 contributors to Clojure's 102 - and has had more commits since around December. Congrats to all involved! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goog

Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-10 Thread David Nolen
Cut 0.0-2816. The only change is a fix for reader metadata leakage around `reify`. David On Mon, Feb 9, 2015 at 7:47 PM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New relea

Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-09 Thread Ivan L
Congratulations David and CLJS team, you guys are on fire lately. On Monday, February 9, 2015 at 7:47:41 PM 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 vers

Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-09 Thread David Nolen
Oh also thanks to Leon Grapenthin for working on the async testing support. And of course a general round of thanks to everyone who submitted patches of any kind and size for this release. David On Mon, Feb 9, 2015 at 7:47 PM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits