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
If we don't set a filename into the clojure.core.*file* variable,
the clojure compiler complains thusly:
java.lang.ClassCastException: clojure.lang.Var$Unbound cannot be cast to java.lang.String
at clojure.lang.Compiler.analyze(Compiler.java:6688)
at clojure.lang.Compiler.eval(Compiler.java:6924)
at clojure.lang.Compiler.eval(Compiler.java:6890)
at org.scijava.plugins.scripting.clojure.ClojureScriptEngine.eval(ClojureScriptEngine.java:80)
... 8 more
0 commit comments