Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for auto-resolved namepaced maps #200

Open
nighcoder opened this issue Apr 6, 2020 · 0 comments
Open

No support for auto-resolved namepaced maps #200

nighcoder opened this issue Apr 6, 2020 · 0 comments

Comments

@nighcoder
Copy link

nighcoder commented Apr 6, 2020

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:

user=> (require '[clojure.edn :as edn])
nil
user=> #::edn{:a 0}
#:clojure.edn{:a 0}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant