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
I just setup Clojure and Fireplace. I run my REPL and it connects fine, I can see documentation with K and get completion. The only issue is with return values of functions. If I run anything with cqc or cqq I get this error:
Error printing return value (ClassNotFoundException) at java.lang.Class/forName0 (Class.java:-2).
java/sql/Timestamp
Clojure: class clojure.lang.ExceptionInfo
I can still see output from functions like print
Clojure version: 1.10.3
Leiningen version: 2.9.5
The text was updated successfully, but these errors were encountered:
I just setup Clojure and Fireplace. I run my REPL and it connects fine, I can see documentation with K and get completion. The only issue is with return values of functions. If I run anything with
cqc
orcqq
I get this error:I can still see output from functions like
print
Clojure version: 1.10.3
Leiningen version: 2.9.5
The text was updated successfully, but these errors were encountered: