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

REPL doesn't ask for new input if line contains a keyword with a colon #168

Closed
lukateras opened this issue Mar 27, 2017 · 1 comment
Closed

Comments

@lukateras
Copy link

lukateras commented Mar 27, 2017

See: http://dev.clojure.org/jira/browse/CLJ-2137

user=> :a
:a
user=> :a:z
:a:z
user=> [:a
  #_=> ]
[:a]
user=> [:a:z

RuntimeException EOF while reading, starting at line 1  clojure.lang.Util.runtimeException (Util.java:221)
@trptcolin
Copy link
Owner

Fixed on master (bumped sjacket version)

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