rhaiscript / lsp

Language server for Rhai.
Apache License 2.0
43 stars 4 forks source link

The Language Server gets the HIR into an inconsistent state #50

Closed tamasfe closed 2 years ago

tamasfe commented 2 years ago

I haven't been able to reproduce it with unit tests, adding and removing sources eventually lead to panics with missing scopes or symbols.

tamasfe commented 2 years ago

Yay, actually managed to reproduce it by repeatedly adding/removing sources.