jeapostrophe / racket-langserver

Other
262 stars 24 forks source link

quick fix bug that introduces in the previous commit #108

Closed 6cdh closed 1 year ago

6cdh commented 1 year ago

the start and end coordinates meet the condition start <= end not start < end which is unusual. docs: drracket-tools

My bad. I only tested on toy code, not on more complex codebase. This bug would cause the server crash infinitely. I hope no one discovered this until now.

dannypsnl commented 1 year ago

I guess that actually my problem, I know this situation in the past but didn't fix it properly, oops.