Skip to content

Update branch to latest main#53702

Merged
ryzngard merged 791 commits intodotnet:features/value_trackingfrom
ryzngard:features/value_tracking
May 26, 2021
Merged

Update branch to latest main#53702
ryzngard merged 791 commits intodotnet:features/value_trackingfrom
ryzngard:features/value_tracking

Conversation

@ryzngard
Copy link
Contributor

No description provided.

CyrusNajmabadi and others added 18 commits May 24, 2021 21:10
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
Introduce simpler pattern for matching nodes
…525.5 (dotnet#53693)

[main] Update dependencies from dotnet/arcade
@ryzngard ryzngard requested review from a team as code owners May 26, 2021 19:31
@ryzngard ryzngard requested a review from a team May 26, 2021 19:31
@ryzngard ryzngard enabled auto-merge May 26, 2021 19:32
@ryzngard ryzngard disabled auto-merge May 26, 2021 19:32
@ryzngard ryzngard enabled auto-merge May 26, 2021 19:32
@ghost ghost added the Area-Infrastructure label May 26, 2021
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Auto-approval

@ryzngard ryzngard merged commit b32c7c4 into dotnet:features/value_tracking May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.