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 dependency with:

clj -Sdeps "{:deps {org.clojure/spec.alpha {:mvn/version \"0.1.143\"}}}"

But I thought Spec was part of Clojure 1.9, and should be auto-imported no?


On Monday, 26 February 2018 22:23:00 UTC-8, 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 first, 
> and re-run the installer, which only checked for the existence of man1 and 
> created that one if missing. I think it should check for /man also, and 
> create that one too if missing.
>
> On Sunday, 25 February 2018 18:07:16 UTC-8, Alex Miller wrote:
>>
>> 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 (INST-9)
>> - Added man pages to installation (INST-18)
>> - Fix uberjar construction to avoid overlap of file and directory with 
>> same name
>> - Add missing license file
>>
>> tools.deps.alpha 0.5.398 updates: 
>>
>> - Refactoring and API updates
>>   - tools.deps.alpha - now requires all included extensions
>>   - tools.deps.alpha - added missing docstrings
>>   - tools.deps.alpha/lib-location - finds the file path location of lib 
>> if it were downloaded
>>   - tools.deps.alpha.reader/clojure-env - added call to shell out to call 
>> `clojure` to grab outer env
>>   - tools.deps.alpha.script.make_classpath - refactored to expose more 
>> resuable parts
>> - Improve error if cache dir can't be created
>> - Updated Maven-related deps
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to