adzerk-oss / boot-cljs-repl

Boot task providing a REPL for ClojureScript development.
Eclipse Public License 1.0
72 stars 28 forks source link

WARNING: org.clojure/tools.nrepl version null is older than required 0.2.10 #19

Closed pkobrien closed 8 years ago

pkobrien commented 9 years ago

The current 0.1.10-SNAPSHOT produces this warning. Would be nice to have this resolved.

zane commented 9 years ago

I ran into this when attempting to run boot dev in boot-cljs-example.

As a new boot user I also found the Connection is null line being printed by this call disconcerting, but I'm not sure whether that warrants an issue.

alandipert commented 9 years ago

Re: Connection is null, would Connection is not yet established be an improvement?

zane commented 9 years ago

Definitely. I read null as being indicative of some kind of problem.

pkobrien commented 9 years ago

I honestly don't know why the message is there at all and I'm not the author of it so it's hard for me to guess.

Deraen commented 8 years ago

This should be resolved with #29 or other PR which implements changes described there.