trptcolin / reply

REPL-y: A fitter, happier, more productive REPL for Clojure.
Eclipse Public License 1.0
338 stars 44 forks source link

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

Closed lukateras closed 6 years ago

lukateras commented 7 years ago

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 commented 6 years ago

Fixed on master (bumped sjacket version)