Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Łukasz Korecki
I've run tests against our biggest Clojure app (~40k LOC with tests) - no failures, Uberjar compiled cleanly as well. We're giong to deploy it to our testing environment early next week. Łukasz On Thursday, October 11, 2018 at 4:11:45 PM UTC+1, Alex Miller wrote: > > 1.10.0-RC1 is now available

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Jeroen van Dijk
Tested against closh (clojure shell): Uberjar works via boot, acts normally when started. (details ) (For what it's worth the error between 1.9 and 1.10 on GraalVM is slightly different, however both version

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Erik Assum
I’ve ran our app and it seems to work. Tests are also passing. Looking forward to 1.10. Thanks! Erik. > On 11 Oct 2018, at 17:11, Alex Miller wrote: > > 1.10.0-RC1 is now available. You can try it with clj using: > > clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-RC1"}}}

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Erik Assum
Having said that, it seems like Cider/nrepl needs to be updated? ardoq.api.survey-api> (let [2]) Syntax error macroexpanding clojure.core/let at (*cider-repl ardoq.com/ardoq-api:localhost:53859(clj)*:7015:23). [2] - failed: even-number-of-forms? at: [:bindings] spec: :clojure.core.specs.alpha/bi

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Alex Miller
That's interesting. So this case of a spec exception during macroexception threw before but the exception handler structure is different in 1.10. Before you would have gotten the spec ExceptionInfo. Now you should get a CompilerException wrapping that ExceptionInfo. It looks like the error is in p

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Erik Assum
https://github.com/clojure-emacs/cider-nrepl/issues/549 Erik. > On 12 Oct 2018, at 16:54, Alex Miller wrote: > > Before you would have gotten the spec ExceptionInfo. Now you should get a > CompilerException wrapping that ExceptionInfo. It looks like the error is in > parsing the location out

[ANN] 1.10.0-beta3

2018-10-12 Thread Alex Miller
1.10.0-beta3 is now available. As we re-opened some dev, we took this from an RC back down to a beta. You can try it with clj using: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta3"}}}' Changes in 1.10.0-beta3 include: - datafy - add :name to datafied classes and