Fork me on GitHub
#quil
<
2021-03-07
>
craftybones08:03:52

I asked this over in #cider but somebody here might have an idea too. Moving to jdk8 causes cider to start throwing exceptions

craftybones08:03:00

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

craftybones08:03:18

Anyone else using quil on Java with emacs/cider?

craftybones08:03:38

cljs obviously won’t have this problem

craftybones09:03:22

Ok. Interesting, I switched to cljs.

lein new quil-cljs foo
And a lein figwheel bombs with
Could not Analyze  resources/public/js/development/quil/middlewares/navigation_3d.cljc  ----

  Assert failed: Circular dependency detected, quil.middlewares.navigation-3d -> quil.core -> quil.core

craftybones09:03:47

I had named the project quil accidentally