Re: [ANN] Clojure 1.7.0-alpha4 now available

2014-11-17 Thread Stefan Kamphausen
Hi, Thumbs up from my side. The compilation issues with too long filenames in my projects on my system are gone now (CLJ-1330). No perf degradation either :-). Thanks Stefan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group

Re: [ANN] Clojure 1.7.0-alpha4 now available

2014-11-14 Thread Mikera
This is a great release, thanks! CLJ-1529 seems to have solved a major compilation-time issue with core.matrix CLJ-1578 is a good start in that it stops some of the failures, but the warnings still aren't addressed... I will open a new ticket On Saturday, 15 November 2014 03:34:55 UTC+8, Alex

Re: [ANN] Clojure 1.7.0-alpha4 now available

2014-11-14 Thread Alex Miller
One thing buried below is that Clojure can now use test.check for tests and the first use of it is in this release for transducers. For anyone working on patches, test.check generative tests are welcomed and encouraged! Big thanks to Reid and everyone else for making test.check an option for us!

[ANN] Clojure 1.7.0-alpha4 now available

2014-11-14 Thread Alex Miller
Clojure 1.7.0-alpha4 is now available. Try it via - Download: http://central.maven.org/maven2/org/clojure/clojure/1.7.0-alpha4/ - Download securely: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0-alpha4/ - Leiningen: [org.clojure/clojure "1.7.0-alpha4"] A few important changes to be awa