Re: numeric-tower versus clojure 1.9

2018-01-20 Thread Andrew Dabrowski
OK, it seems to have been an emacs issue rather than a cider one, at least after tweaking a few emacs configs related to help-mode I'm no longer having the problem. Thanks for your patience. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: numeric-tower versus clojure 1.9

2018-01-20 Thread Andrew Dabrowski
foobar.core > namespace to be in a file called core.clj in a directory called foobar. > Yes, that's it was set up (using lein). > > > On Fri, Jan 19, 2018 at 1:55 PM, Andrew Dabrowski > wrote: > >> Maybe it isn't a cider problem, I'm having a similar is

Re: numeric-tower versus clojure 1.9

2018-01-19 Thread Andrew Dabrowski
t;>> I can't reproduce that locally. Checking with the new clojure 1.9 clj >>> tool: >>> >>> $ echo '{:deps {org.clojure/math.numeric-tower {:mvn/version "0.0.4"}}}' >>> > deps.edn >>> $ clj >>> Clojure 1.9.0 &g

Re: numeric-tower versus clojure 1.9

2018-01-17 Thread Andrew Dabrowski
Yes. On Wednesday, January 17, 2018 at 5:44:18 PM UTC-5, puzzler wrote: > > Did you put > > [org.clojure/math.numeric-tower "0.0.4"] > > in your leiningen project.clj file? > > > On Wed, Jan 17, 2018 at 2:26 PM, Andrew Dabrowski > wrote: > >>

numeric-tower versus clojure 1.9

2018-01-17 Thread Andrew Dabrowski
Is clojure.math.numeric-tower incompatible with clojure 1.9? The numeric tower is still at version 0.0.4, 4 years old. WHen I try to use I get the error 1. Caused by java.io.FileNotFoundException Could not locate clojure/math/numeric_tower__init.class or clojure/math/numeric_tower.clj on

Re: lein repl broken under 1.9?

2018-01-13 Thread Andrew Dabrowski
You were right: it was spyscope. I forgot I had it in .lein/profiles.clj. -- 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

Re: lein repl broken under 1.9?

2018-01-13 Thread Andrew Dabrowski
> be determined from some of the error messages you have not shown. Clojure > 1.9.0 checks the syntax of ns forms more strictly, and issues error > messages about them, more strictly than previous versions of Clojure. > > Andy > > On Sat, Jan 13, 2018 at 1:07 PM, A

Re: lein repl broken under 1.9?

2018-01-13 Thread Andrew Dabrowski
versions of Clojure. > > Andy > > On Sat, Jan 13, 2018 at 1:07 PM, Andrew Dabrowski > wrote: > >> I can't start a lein repl under 1.9 ( clojure 1.8 still works fine). >> >> $ lein repl >> WARNING: boolean? already refers to: #'clojure.core/boolean

lein repl broken under 1.9?

2018-01-13 Thread Andrew Dabrowski
I can't start a lein repl under 1.9 ( clojure 1.8 still works fine). $ lein repl WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: seesaw.util, being replaced by: #'seesaw.util/boolean? Exception in thread "main" clojure.lang.ExceptionInfo: Call to clojure.core/ns did no