metaborg / spoofax-pie

Spoofax implementation using PIE pipelines
Apache License 2.0
12 stars 9 forks source link

SPT errors stick around in Eclipse after a rebuild #50

Closed molenzwiebel closed 2 years ago

molenzwiebel commented 3 years ago

Summary

If an SPT editor is open and has errors, those errors may persist even if a rebuild is done that will cause those tests to succeed. Editing or reopening the SPT file will then cause those errors to recompute (and disappear).

What you did

What you expected to happen

Errors/error markers are automatically updated.

What actually happened

Old results persist.

Context

Gohla commented 3 years ago

Hmm, that should not happen. Does this happen without a clean? If a clean is done, then the SPT editor check is no longer observed and thus it is no longer updated.