ConcurrentModificationException
on editor update of dynamic language that is currently built
#133
Labels
C-Bug
Category: bug. Not working as expected
Summary
When rebuilding a language, and triggering an editor update at the same time, a
ConcurrentModificationException
exception is thrown.What you did
What you expected to happen
The editor update job should wait until the language is rebuilt (or perhaps use the old language definition)
What actually happened
A
ConcurrentModificationException
exception is thrownContext
Additional information
Stacktrace:
The text was updated successfully, but these errors were encountered: