Replies: 1 comment
-
Hey @cdietrich,
Yes, Langium's document builder is not safe for multiple builds in parallel. You should run them in sequence or use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
LangiumDocumentFactory.update tries to reparse files in "changed" state and therefore try to read from (in our case) empty file system.
so somehow manage to get into this state by calling build in parallel, same uri.
(did not figure out the exact classpath yet)
what would be your recommendation for such a situation
Beta Was this translation helpful? Give feedback.
All reactions