jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Loading icon doesn't disappear if an exception occurs while using Boot #215

Open sercanu opened 7 years ago

sercanu commented 7 years ago

@carocad directed this problem as an issue from Slack channel.

209 also addresses similar issue with better investigation.

I cloned the proto-repl-demo and started the Boot REPL. welcome to boot Dev profile running messages are printed at REPL. It works fine. However if any exception occurs at the expression which is sent to REPL, loading icon doesn't disappear. It turns non-stoping and can be carried between lines while editing. I need to close and reopen the file to clear the loading icon. Exception is printed at the REPL correctly.

I use the last stable versions of Atom, Proto REPL package, Boot and Clojure on a Mac.

This problem doesn't occur in the case of using Lein REPL. The exception is printed inline without problem. Loading icon is disappeared.

To reproduce,

Here is the screenshot: sbh