jeapostrophe / racket-langserver

Other
262 stars 24 forks source link

Add document check job queue, abstract out lsp-editor% #110

Closed 6cdh closed 1 year ago

6cdh commented 1 year ago

I did

The following issues will be fixed

dannypsnl commented 1 year ago

I think the title can be "Add document check job queue, abstract out lsp-editor%"

6cdh commented 1 year ago

The new fix editor crash commit fixed a random editor crash with this message:

sequence-contract-violation: negative: method insert cannot be called

It's a well known bug that no one knows how it happened. https://github.com/racket/drracket/issues/522 I found it today and added a workaround that recreate a new text% to replace to old one.

6cdh commented 1 year ago

Everything should work fine right now to be merged.