Uh oh!
There was an error while loading. Please reload this page.
fix go-to-definition to symbols in large files - #13987
Merged
Merged
Conversation
ContributorAuthor
@dotnet/fsharp-team-msft The fix is so simple and obviously correct, and constructing a large test case would take some time, I think we should do that in a separate PR. |
dsyme
commented
Sep 26, 2022
ContributorAuthor
@vzarytovskii Probably worth getting into 17.4 |
vzarytovskii
commented
Sep 26, 2022
Member
Yes, we should cherry-pick it. |
auduchinok
commented
Sep 26, 2022
Member
It also fixes #6583. 🙂 |
vzarytovskii
commented
Sep 26, 2022
Member
It actually should probably target 17.4 branch directly. |
dsyme
commented
Sep 26, 2022
ContributorAuthor
@vzarytovskii retargeted to 17.4, can you approve please? Thanks Is 17.4 flowing to main at the moment? |
ContributorAuthor
@vzarytovskii actually will need to cherry pick it separately I think, I'll create a separate PR for that |
dsyme
commented
Sep 26, 2022
ContributorAuthor
@auduchinok I should have read that issue more carefully, sorry |
cartermp
commented
Sep 27, 2022
Contributor
This is a good fix |
T-Gro
approved these changes
Sep 27, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Such a simple fix...
The problem kicks whenever we're going to symbols in files that have above 10000 symbol resolutions
Fixes#13986