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

Cursive's reader does not allow clojure.core// as a symbol: can't eval in REPL #755

Closed
favila opened this issue Feb 19, 2015 · 1 comment

Comments

@favila
Copy link

favila commented Feb 19, 2015

Lovely edge case in symbol parsing:

It is not possible to evaluate a form containing clojure.core// (the division function) in the REPL because cursive thinks the second / is a syntax error (red squiggly underline).

You will also get the syntax error flagged in files, but you can still evaluate the file so it's not as big a deal.

@favila favila changed the title Cursive's reader does not allow namespace// as a symbol: can't eval in REPL Cursive's reader does not allow clojure.core// as a symbol: can't eval in REPL Feb 19, 2015
@cursive-ide
Copy link
Owner

Yeah, this is actually tracked back in #245. I'll try to fix this shortly, although as you say it's not a critical issue.

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

2 participants