Update branch to latest main#53702
Merged
ryzngard merged 791 commits intodotnet:features/value_trackingfrom May 26, 2021
Merged
Update branch to latest main#53702ryzngard merged 791 commits intodotnet:features/value_trackingfrom
ryzngard merged 791 commits intodotnet:features/value_trackingfrom
Conversation
…lenceKeys Use separate equivalence keys for pattern matching fixes.
Improve far multi-targetting grouping for one more case.
Use the `not` pattern
…ot support soft selection" This reverts commit 1c946b9.
Move initial part of LSP loading off the UI thread.
Add ability to underline variables in the editor that are reassigned.
…524.6 (dotnet#53668) [main] Update dependencies from dotnet/arcade
…states-potentially-having-no-comparer Always make sure we have the right comparer for DocumentIds
If we are processing edits through TryApplyChanges for closed files, we'll make a series of changes in rapid succession: we'll have one change that may open the file in an invisible editor, then we'll edit the file, and then close again. The Solution object would then be holding onto the old Compilation with several changes queued, which would root the intermediate states that still pointed the editor contents and their change lists which can be large. Once a Compilation was requested for this new file, we'd process all the changes and free the memory, but if the file is closed we might not get to that right away.
…rogress-compilation-steps Don't hold onto some SourceTexts if multiple changes happen
…o-main Merge release/dev16.11 to main
Keep OptProf input indefinitely
Introduce simpler pattern for matching nodes
…o-main Merge release/dev16.11 to main
…525.5 (dotnet#53693) [main] Update dependencies from dotnet/arcade
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 free
to 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.
No description provided.