JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Extra line added when saving without markup and loading back in #286

Closed lspector closed 5 years ago

lspector commented 5 years ago

Saving without markup and then loading back in adds an extra newline at the end. These accumulate over time, and even the first one generates unhelpful git diffs.

benfb commented 5 years ago

Got a fix for this! I'll release a patch version in not too long.

lspector commented 5 years ago

If I make a new project with lein new gorilla-app foo then the resulting project still exhibits the problem. Do I have to be doing something different? Can the fix be made to work with this procedure?

benfb commented 5 years ago

I hadn't released 0.5.2 yet :) That command should work now, I just pushed out the release.

lspector commented 5 years ago

Still getting:

  :plugins [[org.clojars.benfb/lein-gorilla "0.5.1"]]

in the project.clj that I get from lein new gorilla-app foo...