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
nREPL server started on port 34653 on host 127.0.0.1 - nrepl://127.0.0.1:34653
REPL-y 0.4.3, nREPL 0.6.0
Clojure 1.10.0
OpenJDK 64-Bit Server VM 1.8.0_242-b08
#::{:a 0}
Syntax error reading source at (REPL:1:1).
EOF while reading, starting at line 1
Syntax error reading source at (REPL:1:2).
Unmatched delimiter: }
The above code fails when running from lein repl. I've tested it with Clojure 1.9.0, 1.10.0 and 1.10.1.
It does not fail when running from clojure repl or nrepl client.
Edit: It does work, however, with aliased namespaces:
The above code fails when running from lein repl. I've tested it with Clojure 1.9.0, 1.10.0 and 1.10.1.
It does not fail when running from clojure repl or nrepl client.
Edit: It does work, however, with aliased namespaces:
The text was updated successfully, but these errors were encountered: