Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants