Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-27 Thread Alex Miller
On Tue, Feb 27, 2018 at 12:36 AM, Didier wrote: > Another question, after installing it, if I run clj and then do: > > (require '[clojure.spec.aplha :as s]) > > ^^ typo: aplha > I get: > > FileNotFoundException Could not locate clojure/spec/aplha__init.class or > clojure/spec/aplha.clj on class

Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-27 Thread Alex Miller
On Tue, Feb 27, 2018 at 12:23 AM, Didier wrote: > There was a small bug with the install script around the man pages for me > on a fresh openSuse Tumbleweed install. > > /usr/local/share/man/man1 did not exist. Specifically, > /usr/local/share/man did not exist, so I had to manually mkdir it firs

Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-26 Thread Didier
Another question, after installing it, if I run clj and then do: (require '[clojure.spec.aplha :as s]) I get: FileNotFoundException Could not locate clojure/spec/aplha__init.class or clojure/spec/aplha.clj on classpath. clojure.lang.RT.load (RT.java:463) So I have to explicitly add it as a de

Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-26 Thread Didier
There was a small bug with the install script around the man pages for me on a fresh openSuse Tumbleweed install. /usr/local/share/man/man1 did not exist. Specifically, /usr/local/share/man did not exist, so I had to manually mkdir it first, and re-run the installer, which only checked for the

Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-26 Thread Leon Grapenthin
Thank you Alex. Regarding 1 I don't think I really see why I would want this but it seems interesting. Regarding 2 and everything else I'm really happy with the tool and the docs are great. (My cljs usage with this right now is to just build cp and launch figwheel.) Cljs libs and how this is g

Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-26 Thread Alex Miller
On Monday, February 26, 2018 at 10:59:53 AM UTC-6, Leon Grapenthin wrote: > > Thank you for this tool. > > I'm using this for a rather large new project right now and already love > how precise and minimalistic this tool is. Features like -Sverbose, -Stree > and now -Sdescribe are very helpful

Re: [ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-26 Thread Leon Grapenthin
Thank you for this tool. I'm using this for a rather large new project right now and already love how precise and minimalistic this tool is. Features like -Sverbose, -Stree and now -Sdescribe are very helpful. Although it is probably not intended I don't think we will be using Leiningen and B

[ANN] clj 1.9.0.348 and tools.deps.alpha 0.5.398

2018-02-25 Thread Alex Miller
New releases of tools.deps.alpha and the Clojure tools (clj, clojure) are now available. clj 1.9.0.348 updates: - Added -Scp option to skip computing a classpath and use the provided one - Added -Sdescribe to output config env and parsed arg info as data - Added --prefix to linux-install.sh (INS