-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Ensure taggers that compute frozen partial data eventually move to a 'correct' final state. #72878
Merged
CyrusNajmabadi
merged 36 commits into
dotnet:main
from
CyrusNajmabadi:frozenPartialTagging
Apr 5, 2024
Merged
Changes from 27 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
db6b65e
Initial work to support frozen partial tagging
CyrusNajmabadi 0dab34b
Update tests
CyrusNajmabadi 209a95c
Add tests
CyrusNajmabadi 1411434
Update tests
CyrusNajmabadi be9305d
in progress
CyrusNajmabadi 303982a
Cancellation series
CyrusNajmabadi 06116b2
comments
CyrusNajmabadi b976155
move docs
CyrusNajmabadi 4e3d729
Simplify
CyrusNajmabadi d869168
ASserts
CyrusNajmabadi 7c8bf35
Update src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProv…
CyrusNajmabadi 3ec3530
Simplify
CyrusNajmabadi f554737
Merge branch 'frozenPartialTagging' of https://github.com/CyrusNajmab…
CyrusNajmabadi 24c34e5
move helpers
CyrusNajmabadi 3de1764
indentatin
CyrusNajmabadi 84c7aab
REmove type
CyrusNajmabadi 5469dee
Docs
CyrusNajmabadi 766085b
REmove unused usings
CyrusNajmabadi d9c8454
Consistentcy
CyrusNajmabadi 02bd1ee
lint
CyrusNajmabadi 4db1689
Merge remote-tracking branch 'upstream/main' into frozenPartialTagging
CyrusNajmabadi 54485a1
Use disposal source
CyrusNajmabadi bb87d24
Switch to any
CyrusNajmabadi f4a0212
simplify logic
CyrusNajmabadi ba2fb3a
move option lower, and inline method
CyrusNajmabadi 2717585
do the same for highlighting
CyrusNajmabadi 5ae41b5
voidresult
CyrusNajmabadi 05d0c6f
Update src/EditorFeatures/Core/ReferenceHighlighting/ReferenceHighlig…
CyrusNajmabadi df8d68a
voidresult
CyrusNajmabadi 492c3fc
Merge branch 'frozenPartialTagging' of https://github.com/CyrusNajmab…
CyrusNajmabadi f31e40f
Simplify
CyrusNajmabadi 6e8da4c
REvert
CyrusNajmabadi b78d0a8
revert
CyrusNajmabadi c58a604
remove redundant check
CyrusNajmabadi a9b19d3
Docs
CyrusNajmabadi 0e8d413
Update src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProv…
CyrusNajmabadi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are just method moves from a utilities class far awqay. they were only called here (and referred to tagger types). so i just moved them all back over. they are otherwise unchanged.