Fork me on GitHub
#nrepl
<
2018-06-28
>
spiralganglion21:06:24

I'm hitting this error: Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/tools/nrepl__init.class or clojure/tools/nrepl.clj on classpath., compiling:(cider/piggieback.clj:1:1)

spiralganglion21:06:47

I'm assuming this has to do with the recently changed namespace for nREPL — I'm using nREPL 0.4.1 and piggieback 0.3.6, building with the Clojure CLI.

spiralganglion21:06:03

@bozhidar — would you kindly let me know if Piggieback still needs to be switched over to use the new nREPL ns, or if perhaps this issue is related to something else? 🙇

spiralganglion21:06:41

(FWIW: Rolling back to nREPL 0.3.1 works fine.)