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 I create a luminus project with the +cljs option, as soon as I open clj & cljs REPLs, I get an error thrown (pasted below).
It looks like this is maybe an issue with cljs 1.9.946, as suggested here and here. Adding an explicit dependency on tools.reader 1.1.0 to the project.clj of the created project eliminates the error. Dropping the cljs version to 1.9.908 also prevents it.
This isn't in my way at all (I was just creating a luminus project to test out another project), just wanted to let you know. Also, despite the error, at least basic functionality (eg (+ 1 1)) continues to work in both clj and cljs repl, so I don't know whether it's actually breaking anything.
No reader function for tag Inf
{:type :reader-exception,
:line 988,
:column 14,
:file
"file:/home/egg/.m2/repository/org/clojure/clojurescript/1.9.946/clojurescript-1.9.946.jar!/cljs/core.cljs"}
core.clj: 4617 clojure.core/ex-info
core.clj: 4617 clojure.core/ex-info
reader_types.clj: 391 clojure.tools.reader.reader-types/reader-error
reader_types.clj: 387 clojure.tools.reader.reader-types/reader-error
RestFn.java: 439 clojure.lang.RestFn/invoke
reader.clj: 824 clojure.tools.reader/read-tagged
The text was updated successfully, but these errors were encountered:
Hi,
If I create a luminus project with the +cljs option, as soon as I open clj & cljs REPLs, I get an error thrown (pasted below).
It looks like this is maybe an issue with cljs 1.9.946, as suggested here and here. Adding an explicit dependency on tools.reader 1.1.0 to the project.clj of the created project eliminates the error. Dropping the cljs version to 1.9.908 also prevents it.
This isn't in my way at all (I was just creating a luminus project to test out another project), just wanted to let you know. Also, despite the error, at least basic functionality (eg
(+ 1 1)
) continues to work in both clj and cljs repl, so I don't know whether it's actually breaking anything.The text was updated successfully, but these errors were encountered: