Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-06-30 Thread Ghadi Shayban
On Sunday, May 17, 2015 at 3:53:46 AM UTC-4, Herwig Hochleitner wrote: Given that the JVM shouldn't segfault in any case, that's cleary looks to me like an ibm jdk bug, that could hit other JVM languages aswell. Maybe IBM is interested in fixing it? In my case, the VM most likely has the

[ClojureScript] [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Alex Miller
We are pleased to announce the release of Clojure 1.7. - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0/ - Leiningen: [org.clojure/clojure 1.7.0] The two headline features for 1.7 are transducers and reader conditionals. Also see the complete list (

[ClojureScript] Re: [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Gary Trakhman
You'll have to bump instaparse versions: https://github.com/clojure-emacs/refactor-nrepl/issues/53 On Tue, Jun 30, 2015 at 12:57 PM Robert Beaupre codewise.rob...@gmail.com wrote: Is anyone else getting the following error with 1.7.0 when running lein repl? All I did was change from 1.6.0 to

Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-06-30 Thread Andy Fingerhut
Is anyone interested in filing a bug against IBM JDK 1.8.0 where it appears that its JIT compiler fails about half of the time when doing 'mvn clean test' in a Clojure 1.7.0 source tree? You can find some attachments in an earlier message of this thread that can get you started, but producing