-
Notifications
You must be signed in to change notification settings - Fork 8
Error tab gets cleared after reload on save #65
Comments
#62 is unrelated, and this isn't new. Long story short, this is a bit of an oversight. At least if "very short while" is about 10 seconds, and errors are cleared on REPL activity (running commands that is) Hopefully, v0.8.0 works more or less as expected. |
While on topic, if you're using ide-haskell-repl as a replacement for ghc-mod, you might be interested in 'Show Types' and 'Check On Save' ide-haskell-repl settings. A fair warning: this will spawn repl processes in background in addition to any open REPL windows, so memory usage might be a concern. |
After updating to v0.8.0 the issue seems to be fixed. The amount of time the error was shown before disappearing was something like 1-2 seconds so it was quite hard to copy paste bits of it. And now it is working fine thank you. I noticed another issue with |
The autocomplete was flaky in the Haskell code editor window (not in the ide-haskell-repl).
by typing |
How to reproduce:
Enable reload-repeat on file save.
Paste in a hs file:
In the Error tab for a short while the error message will be shown:
After a very short while, the build error message will get cleared.
It was expected for the message to not get cleared.
I started getting this issue around the fix for this ticket, possibly related: #62
The text was updated successfully, but these errors were encountered: