[ClojureScript] 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

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

2015-02-11 Thread David Nolen
There is no information beyond some documentation I just added: https://github.com/clojure/clojurescript/blob/edea85ea98a7f48e95763dc40872da711f4cd60b/src/cljs/cljs/test.cljs#L104 If somebody would like to add a wiki page to the ClojureScript GitHub repo that documents testing that would be

[ClojureScript] 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! -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are

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

2015-02-10 Thread Julien Eluard
Great job as usual! A recent change makes the compiler trigger warnings for single segment namespaces. Are there real limitations with those or is it a best practice? Thanks, Julien 2015-02-10 9:37 GMT-03:00 David Nolen dnolen.li...@gmail.com: Cut 0.0-2816. The only change is a fix for reader

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

2015-02-10 Thread David Nolen
Compiler support for single segment namespaces has always been spotty and there's no intention to improve it. There are fundamental semantic issues - for example if you have a DOM element with a CSS id and you haven't supplied a namespace but you goog.require one with that name it will return the

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

2015-02-10 Thread Colin Yates
That's fantastic - congrats everybody! On 10 February 2015 at 15:54, Mikey Griffiths mikeygriffi...@gmail.com wrote: According to GitHub, ClojureScript now has 104 contributors to Clojure's 102 - and has had more commits since around December. Congrats to all involved! -- Note that posts

[ClojureScript] 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 dnolen.li...@gmail.com wrote: ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code:

[ClojureScript] 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 version: