Re: [ANN] spec.alpha 0.1.134

2017-10-07 Thread Alex Miller
The key line here is: Caused by: java.lang.Exception: No namespace: clojure.future, compiling:(clojure/core/specs/alpha.clj:1:1), What this looks like to me is that you are doing AOT compilation and (due to the delayed macro loading of core.specs.alpha), you are compiling

Re: [ANN] spec.alpha 0.1.134

2017-10-07 Thread Mike
Hello! My project compiles and runs well with: [org.clojure/clojure "1.9.0-beta2"] and [org.clojure/spec.alpha "0.1.123"] but if I change [org.clojure/clojure "1.9.0-beta2"] and [org.clojure/spec.alpha "0.1.134"] it compiles well but when I'm run my app with java -jar I got exception below. It

[ANN] spec.alpha 0.1.134

2017-10-06 Thread Alex Miller
spec.alpha 0.1.134 is now available. Try it via: [org.clojure/spec.alpha "0.1.134"] 0.1.134 includes the following changes: - CLJ-2103 - s/coll-of and s/every gen is very slow if :kind specified without :into - CLJ-2171