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 race condition in LSP FindAllReferences when linked files were involved. #74566

Merged
merged 5 commits into from
Jul 26, 2024

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Jul 26, 2024

Fixes dotnet/vscode-csharp#7391

TestFindAllReferencesAsync_LinkedFile should fail a few times (other passes)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 26, 2024
@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review July 26, 2024 18:02
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner July 26, 2024 18:02
@CyrusNajmabadi CyrusNajmabadi changed the title Add FAR tests to demonstrate failure Fix race condition in FindAllReferences. Jul 26, 2024
@CyrusNajmabadi CyrusNajmabadi changed the title Fix race condition in FindAllReferences. Fix race condition in LSP FindAllReferences when linked files were involved. Jul 26, 2024
@CyrusNajmabadi
Copy link
Member

Introduced in #73613.

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find-All-References results incomplete and unstable
5 participants