Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Better scheduling for LSP #280

Closed LPeter1997 closed 8 months ago

LPeter1997 commented 1 year ago

Currently we have a concurrent-exclusive scheduler pair for LSP, which is fine, but for some edge cases, it starts processing concurrent updates that should be handled after an exclusive update, giving outdated results.