boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2019-02-19T15:53:15.021400Z

I’m seeing these warnings when bumping nrepl to 0.6.0:

$ boot repl
nREPL server started on port 58900 on host 127.0.0.1 - <nrepl://127.0.0.1:58900>
java.lang.Exception: No namespace: reply.eval-modes.nrepl found
REPL-y 0.4.1, nREPL 0.6.0
Clojure 1.10.0
I need to do this because of CIDER, but I’m not sure if I should mention this here or the cider channel

borkdude 2019-02-19T15:55:10.021800Z

I see there’s already an issue: https://github.com/boot-clj/boot/issues/720

borkdude 2019-02-19T15:56:24.022400Z

and a PR: https://github.com/boot-clj/boot/pull/724

borkdude 2019-02-19T16:03:32.022900Z

Someone suggested bumping the nREPL dep to 0.6.0 there. I think that’s good since it’s now the minimum requirement for CIDER