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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
java.lang.IllegalArgumentException: No method in multimethod 'handle' for dispatch value: editor.eval.clj.sonar
at clojure.lang.MultiFn.getFn(MultiFn.java:156)
at clojure.lang.MultiFn.invoke(MultiFn.java:229)
at lighttable.nrepl.core$queued$fn__1398.invoke(core.clj:96)
at clojure.core$comp$fn__4727.invoke(core.clj:2459)
at clojure.tools.nrepl.middleware.interruptible_eval$run_next$fn__684.invoke(interruptible_eval.clj:159)
at clojure.lang.AFn.run(AFn.java:22)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
@boxxxie We're not officially supporting this plugin, or at least not for much longer. That said, can you run the same code in a tab for a Clojure file? Your code might be running an un-supported version of Clojure (pre 1.7.0). If you share your code, I'll take a quick look.
The text was updated successfully, but these errors were encountered: