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
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
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
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
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
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
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
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