inkytonik/atom-sbt

Replace errors from previous run only when the new run is finished

Closed this issue · 4 comments

Very nice plugin!

Right now I find myself fixing errors that the compiler issues and then hitting save to see if I did it right.
Because scala compiles so horribly slowly, I would like to take a look at the other errors that are issued in the meantime.
However after hitting save, the errors immediately disappear and only reappear once compile is done.
Can I do anything about this?

So it seems like this plugin is clearing the messages too quickly (steelbrain/linter#1457 (comment))

Yep, I think you are right. I will try to address this in the next version (should be soonish).

I've made this change in 3f753e9 which is part of 0.11.0. Please let me know how it goes for you here.

Oh and thanks for the positive feedback!