Re: [ANN] Clojure 1.8.0-RC5

2016-01-13 Thread Alex Miller
Thanks Andy! I looked at that reflection line here: https://github.com/clj-time/clj-time/blob/v0.6.0/src/clj_time/core.clj#L577 Looks like this is likely the result of the type hinting changes in 1.8, probably something to do with the return type hint on last-day-of-the-month being on the var rat

Re: [ANN] Clojure 1.8.0-RC5

2016-01-13 Thread Nicola Mometto
Thanks for your reports Andy, useful and prompt as always :) > On 13 Jan 2016, at 16:32, Andy Fingerhut wrote: > > Results of some testing done on 1.8.0-RC5: > > Ran 'mvn clean test' on a few OS/JDK combos that are not tested as often. > Reason: there have been (or still are) build or test

Re: [ANN] Clojure 1.8.0-RC5

2016-01-13 Thread Andy Fingerhut
Results of some testing done on 1.8.0-RC5: Ran 'mvn clean test' on a few OS/JDK combos that are not tested as often. Reason: there have been (or still are) build or test failures with some of them. All JDKs listed below were 64-bit. Windows 7 Enterprise SP1 + Oracle JDK 1.7.0_80: ok 3/3 trials U

Re: [ANN] Clojure 1.8.0-RC5

2016-01-11 Thread James Elliott
I’ve done some testing and Afterglow appears to work fine with this latest release candidate as well. On Monday, January 11, 2016 at 8:52:11 AM UTC-6, Alex Miller wrote: > > Clojure 1.8.0-RC5 is now available. > > *This is likely the final "release candidate" for 1.8. Please test this > build w

[ANN] Clojure 1.8.0-RC5

2016-01-11 Thread Alex Miller
Clojure 1.8.0-RC5 is now available. *This is likely the final "release candidate" for 1.8. Please test this build with your libraries and applications and provide feedback as soon as possible. If we have not heard any critical issues, we expect to make this the final release in about a week.*