You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cider-Nrepl is part of our app which we ship AOT compiled. At this time, we use version 0.22.4.
PS: Current workaround is to use:
:uberjar-exclusions [#"cider/nrepl.*\.class$"]
In project.clj.
Expected behavior
Fully AOT compiled cider working.
Actual behavior
cider.nrepl/delayed-handlers is empty. Calls to cider middleware throw NPE
java.lang.NullPointerException
at clojure.core$deref_future.invokeStatic(core.clj:2300)
at clojure.core$deref.invokeStatic(core.clj:2320)
at clojure.core$deref.invoke(core.clj:2306)
at cider.nrepl$wrap_stacktrace$fn__7449.invoke(nrepl.clj:391)
at nrepl.middleware$wrap_conj_descriptor$fn__5254.invoke(middleware.clj:16)
Steps to reproduce the problem
Make sure to use Java 8.
lein uberjar at commit 2ca797e94a19ab0feaaa7780e9fa9b311389e3fe of gorilla-notebook.
Cider-Nrepl is part of our app which we ship AOT compiled. At this time, we use version 0.22.4.
PS: Current workaround is to use:
In
project.clj
.Expected behavior
Fully AOT compiled cider working.
Actual behavior
cider.nrepl/delayed-handlers
is empty. Calls to cider middleware throw NPESteps to reproduce the problem
Make sure to use Java 8.
lein uberjar
at commit2ca797e94a19ab0feaaa7780e9fa9b311389e3fe
of gorilla-notebook.Run the application:
and go here.
Raise exception in a code cell:
Environment & Version information
cider-nrepl version
0.22.4
Java version
1.8
Operating system
Any
The text was updated successfully, but these errors were encountered: