Merges/main to features/improved definite assignment#51746
Merged
662 commits merged intofeatures/improved-definite-assignmentfrom Mar 9, 2021
Merged
Conversation
…to-release/dev16.10-vs-deps Merge release/dev16.9-vs-deps to release/dev16.10-vs-deps
* Simplify named argument binding by making all named args specifically BoundAssignmentOperators. They already were, this carries the knowledge through the rest of the code. * Add tests for invalid attribute binding scenarios. * Only bind constructor params for error recovery in bad cases. * Use the correct binder when binding for error recover to avoid runaway binding.
…-to-master-vs-deps Merge release/dev16.10-vs-deps to master-vs-deps
…er-to-master-vs-deps
…erges/release/dev16.10-to-release/dev16.10-vs-deps
Merge master to master-vs-deps
…ase/dev16.10-vs-deps Merge release/dev16.10 to release/dev16.10-vs-deps
Upgrade editor packages
…-to-master-vs-deps Merge release/dev16.10-vs-deps to master-vs-deps
…er-to-master-vs-deps
…se/dev16.9-vs-deps Merge release/dev16.9 to release/dev16.9-vs-deps
Merge master to master-vs-deps
…to-release/dev16.10-vs-deps Merge release/dev16.9-vs-deps to release/dev16.10-vs-deps
Merge master to master-vs-deps
…erges/release/dev16.10-to-release/dev16.10-vs-deps
…ase/dev16.10-vs-deps Merge release/dev16.10 to release/dev16.10-vs-deps
…-to-master-vs-deps Merge release/dev16.10-vs-deps to master-vs-deps
…-to-master-vs-deps Merge release/dev16.10-vs-deps to master-vs-deps
…ase/dev16.10-vs-deps Merge release/dev16.10 to release/dev16.10-vs-deps
Merge master to master-vs-deps
…-to-master-vs-deps Merge release/dev16.10-vs-deps to master-vs-deps
…er-to-master-vs-deps
Merge master to master-vs-deps
Merge master to master-vs-deps
Merge master to master-vs-deps
Merge master to master-vs-deps
Merge master to master-vs-deps
This commit updates the segmenting algorithms in SegmentedArray to use the same shift/mask approach that SegmentedArray<T> uses, which avoids the need for integer division division.
Add lsp server name to log name
PoliCheck fix
Fix line change calculation to account for source-generated documents
Include source generators in TryGetMethodDescriptorAsync
Update the Find-References feature to only find inheritance results that could lead to a specific member being used at runtime.
Show diagnostic ids in analyzer report
* Refactor tests that cause warnings in CI * Address feedback from @cston
Use Environment.CurrentManagedThreadId
Make var patterns bindable
Revert statement that is breaking sqlite on OSX.
This pull request was closed.
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.
manually merging to get the feature branch up to date.