[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 (

Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-06-12 Thread Dave Della Costa
Alex, I'm behind the curve but here's another experience report: We've been testing with RC1 for the last few weeks in a development branch, and found nothing out of the ordinary. This is a relatively substantial web app using libs such as compojure, clojure.java.jdbc, Prismatic's schema, and a

Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-06-12 Thread Alex Miller
Thanks David! Hopefully we'll have an RC2 out soon. On Friday, June 12, 2015 at 5:19:28 AM UTC-5, David Della Costa wrote: Alex, I'm behind the curve but here's another experience report: We've been testing with RC1 for the last few weeks in a development branch, and found nothing out of the

Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-05-29 Thread Stephen Nelson
I think I might have found a bug that affects multimethod dispatch when using AOT. I've created an example repository: https://github.com/sfnelson/clj-mm-dispatch To me it seems similar to CLJ-979, my hypothesis is that defmethods are using the wrong classloader to get class references. Is anyone

Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-05-21 Thread Andy Fingerhut
Alex, doing a quick sweep of new public Vars in 1.7.0-RC1 that were not in Clojure 1.6.0 (complete list of all 21 below), I noticed that the following two do not have any doc strings. Intentional, or oversight? *suppress-read* Throwable-map Andy *suppress-read* -Eduction Throwable-map cat

[ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-05-21 Thread Alex Miller
Clojure 1.7.0-RC1 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0-RC1/ - Leiningen: [org.clojure/clojure 1.7.0-RC1] The only change since 1.7.0-beta3 is CLJ-1706, which makes reader conditional splicing an error at the top level (previously it