We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
boot generates an eof whenever an inline comment is placed at the end of a file:
$ boot repl java.lang.RuntimeException: EOF while reading at clojure.lang.Util.runtimeException (Util.java:219) clojure.lang.LispReader.readDelimitedList (LispReader.java:1137) clojure.lang.LispReader$ListReader.invoke (LispReader.java:982) clojure.lang.LispReader.read (LispReader.java:185) clojure.lang.RT.readString (RT.java:1738) clojure.core$read_string.invoke (core.clj:3427) tailrecursion.boot.loader$_main.doInvoke (loader.clj:183) clojure.lang.RestFn.applyTo (RestFn.java:137) tailrecursion.boot.loader.main (:-1)
The text was updated successfully, but these errors were encountered:
Did you move the last closing parenthesis down to the next line, i.e. take it out of the comment line? That just happened to me lol. Noob move.
Sorry, something went wrong.
No branches or pull requests
boot generates an eof whenever an inline comment is placed at the end of a file:
$ boot repl
java.lang.RuntimeException: EOF while reading
at clojure.lang.Util.runtimeException (Util.java:219)
clojure.lang.LispReader.readDelimitedList (LispReader.java:1137)
clojure.lang.LispReader$ListReader.invoke (LispReader.java:982)
clojure.lang.LispReader.read (LispReader.java:185)
clojure.lang.RT.readString (RT.java:1738)
clojure.core$read_string.invoke (core.clj:3427)
tailrecursion.boot.loader$_main.doInvoke (loader.clj:183)
clojure.lang.RestFn.applyTo (RestFn.java:137)
tailrecursion.boot.loader.main (:-1)
The text was updated successfully, but these errors were encountered: