[ANN] Clojure.Java-Time 0.2.0

2016-01-13 Thread platonovadim
Hello all, I've released a Java 8 Date-Time API wrapper some time ago but never bothered to make a formal announcement. So here it is: Clojure.Java-Time. Please, feel free to check out the readme

clojure.org is currently down

2016-01-13 Thread Alex Miller
The underlying host (wikispaces.com) is having issues and have not been having much luck with support, so no ETA. I cannot wait to switch over to the new clojure.org site!!! Soon. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

Re: [ANN] Truss, an assertions lib for Clojure/Script

2016-01-13 Thread James Elliott
Wow, this feels exactly right. I am eager to start using it, and delighted it will be so easy. On Wednesday, January 13, 2016 at 12:21:53 AM UTC-6, Peter Taoussanis wrote: > > BTW have had some folks comment on the length of the video. > > This wasn't clear, so will point it out now: if you're

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

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

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