Re: [ANN] Clojure 1.9.0-alpha19

2017-09-02 Thread Rostislav Svoboda
Next time I'll send you the Contributor Agreement and a pull request just to get to the list of contributors :) 2017-09-02 5:45 GMT+02:00 Alex Miller : > Due to the new dependence on external jars, these instructions will be > different in Clojure 1.9. We will be providing

Re: [ANN] Clojure 1.9.0-alpha19

2017-09-01 Thread Alex Miller
Due to the new dependence on external jars, these instructions will be different in Clojure 1.9. We will be providing additional tooling to make this easier but that's still a work in progress. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: [ANN] Clojure 1.9.0-alpha19

2017-09-01 Thread Bost
Hi, readme.txt says: To run: java -cp clojure-${VERSION}.jar clojure.main so I tried it out: $ java -cp clojure-1.9.0-alpha19.jar clojure.main Exception in thread "main" java.lang.ExceptionInInitializerError at clojure.main.(main.java:20) Caused by: java.io.FileNotFoundException: Could not

Re: [ANN] Clojure 1.9.0-alpha19

2017-08-26 Thread geraldo dev
There is an orphan (declare map-spec) https://github.com/clojure/spec.alpha/blob/607aef0643f6cf920293130d45e6160d93fda908/src/main/clojure/clojure/spec/alpha.clj#L350 On Thursday, August 24, 2017 at 10:59:55 AM UTC-3, Alex Miller wrote: > > Clojure 1.9.0-alpha19 is now available. > > Try it

[ANN] Clojure 1.9.0-alpha19

2017-08-24 Thread Alex Miller
Clojure 1.9.0-alpha19 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha19 - Leiningen: [org.clojure/clojure "1.9.0-alpha19"] 1.9.0-alpha19 includes one small internal change to make the default import set public in RT. -- You received