Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-28 Thread Alex Miller
Updated. On Wednesday, June 27, 2018 at 4:11:32 PM UTC-5, Avi Flax wrote: > > > On Tuesday, 26 June 2018 14:41:17 UTC-4, Alex Miller wrote: >> >> spec.alpha 0.2.168 is now available >> > > Good news β€” thank you! > > BTW, the API reference published at https://clojure.github.io/spec.alpha/ > seem

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Alex Miller
Fixed, thanks. > On Jun 27, 2018, at 4:40 PM, Robert Levy wrote: > > While we're pointing out typos/errata, the README for > https://github.com/clojure/core.specs.alpha says > > "Clojure 1.9 (still in alpha releases) depends on this" > > however 1.9 is no longer in alpha releases. > >> On We

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Robert Levy
While we're pointing out typos/errata, the README for https://github.com/clojure/core.specs.alpha says "Clojure 1.9 (still in alpha releases) depends on this" however 1.9 is no longer in alpha releases. On Wed, Jun 27, 2018 at 9:01 AM Alex Miller wrote: > Fixed, thanks! Copy pasta... > > On We

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Alex Miller
Yeah, I'm working on it. :) There are a bunch of things that fall out of the JDK change on the build box and I'm still fighting my way through those. On Wed, Jun 27, 2018 at 4:11 PM, 'Avi Flax' via Clojure < clojure@googlegroups.com> wrote: > > On Tuesday, 26 June 2018 14:41:17 UTC-4, Alex Mille

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread 'Avi Flax' via Clojure
On Tuesday, 26 June 2018 14:41:17 UTC-4, Alex Miller wrote: > > spec.alpha 0.2.168 is now available > Good news β€” thank you! BTW, the API reference published at https://clojure.github.io/spec.alpha/ seems to be out of date now β€” it’s still showing the version as 0.1.144-SNAPSHOT. -- Our

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Alex Miller
Fixed, thanks! Copy pasta... On Wed, Jun 27, 2018 at 10:46 AM, Leon Grapenthin wrote: > Looks like the README of core.specs.alpha has the core.specs deps info by > mistake. > > Thank you for the relases. > > > On Tuesday, June 26, 2018 at 8:41:17 PM UTC+2, Alex Miller wrote: >> >> spec.alpha 0.2

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Leon Grapenthin
Looks like the README of core.specs.alpha has the core.specs deps info by mistake. Thank you for the relases. On Tuesday, June 26, 2018 at 8:41:17 PM UTC+2, Alex Miller wrote: > > spec.alpha 0.2.168 is now available with the following changes: > >- CLJ-2182

[ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-26 Thread Alex Miller
spec.alpha 0.2.168 is now available with the following changes: - CLJ-2182 Always check preds for s/& on nil input - CLJ-2178 Return resolved pred for s/& explain-data - CLJ-2177