Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Missing dependency on clojure.tools.nrepl #16

Open
EthanEChristian opened this issue Apr 22, 2019 · 3 comments
Open

Missing dependency on clojure.tools.nrepl #16

EthanEChristian opened this issue Apr 22, 2019 · 3 comments

Comments

@EthanEChristian
Copy link

Per a comment on the clara-rules google group,

Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/middleware/interruptible_eval__init.class or clojure/tools/nrepl/middleware/interruptible_eval.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name., compiling:(cemerick/austin/repls.clj:1:1)

This is due to an undeclared dependency on clojure/tools.nrpel, this dependency was pulled transitively via leiningen prior to version 2.8.2, however that is no longer the case.

EthanEChristian pushed a commit to EthanEChristian/clara-examples that referenced this issue Apr 22, 2019
@EthanEChristian
Copy link
Author

PR #17

@jtrunick
Copy link

That fix gives me the following issue:

nREPL server started on port 49391 on host 127.0.0.1 - nrepl://127.0.0.1:49391
ERROR: Unhandled REPL handler exception processing message {:id a479569b-999c-42fc-a808-dc4fc9b993c0, :op clone}
java.lang.NullPointerException
at clojure.core$deref_future.invoke(core.clj:2186)

@querandom
Copy link

@jtrunick that works with [nrepl "0.3.1"]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants