Re: [ANN] spec.alpha 0.1.109

2017-05-31 Thread Alex Miller
Not sure if anyone has noticed this yet, but the explain data has new attributes for the root soec and value in it and the explain printer is (unintentionally) printing them right now. Will fix in next spec. -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: [ANN] spec.alpha 0.1.109

2017-05-26 Thread Sean Corfield
I’ve mentioned this on Slack and IRC and I’ll just highlight it again here… If you’re doing programmatic decoding of explain-data to produce “friendly” messages and you currently do anything with the :pred value in the returned map, then this change will affect you: · CLJ-2059 -

Re: [ANN] spec.alpha 0.1.109

2017-05-26 Thread Alex Miller
There was a build snafu with the version number so we have re-released this as [org.clojure/spec.alpha "0.1.123"]. No code changes, so effectively the same content. On Friday, May 26, 2017 at 10:16:57 AM UTC-5, Alex Miller wrote: > > spec.alpha 0.1.109 is now available. > > Try it via:

[ANN] spec.alpha 0.1.109

2017-05-26 Thread Alex Miller
spec.alpha 0.1.109 is now available. Try it via: [org.clojure/spec.alpha "0.1.109"] 0.1.109 includes the following changes: - CLJ-2153 - Docstring for int-in-range? and int-in now mention fixed precision constraint - CLJ-2085