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

reader generates RuntimeException #137

Closed
gdavis-github opened this issue Apr 22, 2014 · 2 comments
Closed

reader generates RuntimeException #137

gdavis-github opened this issue Apr 22, 2014 · 2 comments

Comments

@gdavis-github
Copy link

When using REPL-y via leiningen:

$ lein repl :connect
Connecting to nREPL at 127.0.0.1:36912
REPL-y 0.3.0
Clojure 1.6.0
    <snip>

user=> '(:42 (true))
RuntimeException EOF while reading, starting at line 1  clojure.lang.Util.runtimeException (Util.java:221)


user=> RuntimeException Unmatched delimiter: )  clojure.lang.Util.runtimeException (Util.java:221)

When using Cider to the same nREPL:

; CIDER 0.5.0 (Clojure 1.6.0, nREPL 0.2.3)
user> '(:42 (true))
(:42 (true))
user> 
@scgilardi
Copy link

I tracked this down to a being a duplicate of #132. I think this can safely be closed as a duplicate.

@trptcolin
Copy link
Owner

@scgilardi Agreed, thanks for catching that. I confirmed that this is fine on master:

colin:reply/ (master)$ lein trampoline run
REPL-y 0.3.1-SNAPSHOT
Clojure 1.4.0
;; snip
user=> '(:42 (true))
(:42 (true))

So I'm closing this. This reminds me that I need to get a new release out, though - thanks!

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

3 participants