scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Error markers lost on save #87

Closed dragos closed 11 years ago

dragos commented 11 years ago

This one is related to #84, but not the same. When saving a worksheet with errors, error markers may disappear completely:

dragos commented 11 years ago

The race conditions is the following:

Depending which thread is faster, you may see or not the compilation errors.