I am working on something quil related that requires usage of jdk8. Once I do that, cider starts throwing errors on the REPL. Seems to specifically be around getting eldoc
ERROR: Unhandled REPL handler exception processing message {:op eldoc, :ns user, :sym clojure.core, :session 58ec4a68-f90e-4730-b48c-6ea94a8f23d8, :id 73}
java.lang.ClassNotFoundException: com.sun.tools.javac.util.List
I guess there’s an issue for it here: https://github.com/clojure-emacs/cider/issues/2732
@srijayanth Actually, that's the result of trying to fix this issue in https://github.com/clojure-emacs/orchard/issues/103 You can mention your problem in the comments there
Thanks, will do. Meanwhile, is there anyway where I can connect to some existing repl running on JDK8 for quil and maybe a different repl on a different jdk where cider runs its middleware?
I could create multiple connections and maybe limit the repl execution to some package or directory
Is there any way for Cider to differentiate between regular nil
s and undefined vars / general errors in Clojurescript?