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

didChange: Avoid presenting stale diagnostics #488

Merged
merged 1 commit into from
May 10, 2021

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented May 6, 2021

This PR fixes a bug where we'd always be one step behind in terms of publishing diagnostics.

Because memdb does not update data in-place it means that we'd publish any diagnostics known prior to re-parsing config and applying the change.

Unfortunately there isn't any easy way of testing diagnostics, or generally test whether requests were sent from server to client. The test framework does not have that capability.

@radeksimko radeksimko added the bug Something isn't working label May 6, 2021
@radeksimko radeksimko requested a review from a team May 6, 2021 13:25
@radeksimko radeksimko merged commit f1911fe into main May 10, 2021
@radeksimko radeksimko deleted the b-refresh-mod-didchange branch May 10, 2021 20:00
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants