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
Hi,
it appears that Clojure notebooks with MS-Windows CRLF line endings are broken, with sexp forms spilling over to the next code block:
How to reproduce.
dos.clj
(spit "dos.clj" "(ns dos\r\n (:require [clojure.string :as str]))\r\n\r\n(str/split \"1 2\" #\" \")")
doc.lj
Open with...
Clojure Notebook
PR to follow
The text was updated successfully, but these errors were encountered:
Thanks for reporting! ❤️ 🙏 Looking forward to that PR!
Sorry, something went wrong.
Fix issue with wrong EOL val passed to LineInputModel on MS-Windows
2b55b82
Addresses BetterThanTomorrow#1994
6312a56
We forgot to close this with the commits.
Successfully merging a pull request may close this issue.
Hi,
it appears that Clojure notebooks with MS-Windows CRLF line endings are broken, with sexp forms spilling over to the next code block:
How to reproduce.
dos.clj
file with CRLF endings in any project using the following codedoc.lj
and selectOpen with...
->Clojure Notebook
.PR to follow
The text was updated successfully, but these errors were encountered: