rhaiscript / lsp

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

Invalid HIR state after editing a document #52

Closed tamasfe closed 2 years ago

tamasfe commented 2 years ago

All the bugs that could crash the lsp were due to invalid symbol removals from the hir so far. I think I could track most of these down, at least I don't observe crashes no matter what I throw at it, should be safe to close this.