Re: [ANN] Clojure 1.9.0-alpha15 is now available

2017-03-14 Thread Dmitri
👍 On Tuesday, March 14, 2017 at 1:45:13 PM UTC-4, Alex Miller wrote: > > Yes, this is a bad use of refer-clojure which fails with the new spec. It > has been fixed and a release job for core.async is waiting on the build box. > > On Tuesday, March 14, 2017 a

Re: [ANN] Clojure 1.9.0-alpha15 is now available

2017-03-14 Thread Alex Miller
Yes, this is a bad use of refer-clojure which fails with the new spec. It has been fixed and a release job for core.async is waiting on the build box. On Tuesday, March 14, 2017 at 12:38:53 PM UTC-5, Dmitri wrote: > > looks like the latest core.async fails Spec validation with alpha15: > > Caused

Re: [ANN] Clojure 1.9.0-alpha15 is now available

2017-03-14 Thread Dmitri
looks like the latest core.async fails Spec validation with alpha15: Caused by: clojure.lang.ExceptionInfo: Call to clojure.core/refer-clojure did not conform to spec: In: [2] val: (quote :as) fails at: [:args :exclude :op :spec] predicate: #{:exclude} In: [2 1] val: :as fails at: [:args :exclud

Re: [ANN] Clojure 1.9.0-alpha15 is now available

2017-03-14 Thread Alex Miller
Looks like while CLJ-1793 was ok'ed for this alpha, it was missed when the patches were applied, so that one will not be in until the next alpha. Whoops! On Tuesday, March 14, 2017 at 11:39:35 AM UTC-5, Alex Miller wrote: > > Clojure 1.9.0-alpha15 is now available. > > Try it via > > - Download:

[ANN] Clojure 1.9.0-alpha15 is now available

2017-03-14 Thread Alex Miller
Clojure 1.9.0-alpha15 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha15 - Leiningen: [org.clojure/clojure "1.9.0-alpha15"] 1.9.0-alpha15 includes the following changes since 1.9.0-alpha14: - CLJ-1793 - reducer instances hold onto the head