Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't use language client tracking of open documents #465

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

mhuisi
Copy link
Collaborator

@mhuisi mhuisi commented Jun 5, 2024

Reported at https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/.E2.9C.94.20Warning.20in.20project.20version/near/442775409.

I have a hunch that this is because #460 switched to using the set of open documents tracked by the language client. I already noticed a potential bug in the language client library in that PR, but thought that this bug would not affect us. Perhaps it does. Typically, I prefer using state that is already there to avoid introducing race conditions, but it looks like that may not be possible here.

@mhuisi mhuisi merged commit 64d6b15 into master Jun 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant