EnC: Allow adding/removing await expressions and yield statements in VB#61569
Merged
tmat merged 6 commits intodotnet:mainfrom Jun 27, 2022
Merged
EnC: Allow adding/removing await expressions and yield statements in VB#61569tmat merged 6 commits intodotnet:mainfrom
tmat merged 6 commits intodotnet:mainfrom
Conversation
0baf06d to
f3f8b64
Compare
Member
Author
|
@davidwengier PTAL |
tmat
commented
Jun 8, 2022
src/EditorFeatures/VisualBasicTest/EditAndContinue/StatementMatchingTests.vb
Show resolved
Hide resolved
tmat
commented
Jun 8, 2022
src/EditorFeatures/VisualBasicTest/EditAndContinue/StatementMatchingTests.vb
Show resolved
Hide resolved
tmat
commented
Jun 8, 2022
src/EditorFeatures/VisualBasicTest/EditAndContinue/StatementEditingTests.vb
Show resolved
Hide resolved
Member
Author
|
@dotnet/roslyn-compiler |
jcouv
reviewed
Jun 13, 2022
src/Compilers/VisualBasic/Portable/CodeGen/ResumableStateMachineStateAllocator.vb
Show resolved
Hide resolved
jcouv
reviewed
Jun 13, 2022
jcouv
reviewed
Jun 13, 2022
src/Compilers/VisualBasic/Portable/CodeGen/ResumableStateMachineStateAllocator.vb
Outdated
Show resolved
Hide resolved
jcouv
reviewed
Jun 13, 2022
...able/Lowering/StateMachineRewriter/StateMachineRewriter.StateMachineMethodToClassRewriter.vb
Outdated
Show resolved
Hide resolved
jcouv
reviewed
Jun 13, 2022
src/Compilers/VisualBasic/Portable/CodeGen/ResumableStateMachineStateAllocator.vb
Show resolved
Hide resolved
jcouv
reviewed
Jun 13, 2022
...able/Lowering/StateMachineRewriter/StateMachineRewriter.StateMachineMethodToClassRewriter.vb
Outdated
Show resolved
Hide resolved
jcouv
reviewed
Jun 13, 2022
...able/Lowering/StateMachineRewriter/StateMachineRewriter.StateMachineMethodToClassRewriter.vb
Show resolved
Hide resolved
jcouv
reviewed
Jun 13, 2022
jcouv
reviewed
Jun 13, 2022
Member
jcouv
left a comment
There was a problem hiding this comment.
Done with review pass of compiler changes (iteration 3)
jcouv
reviewed
Jun 14, 2022
cston
reviewed
Jun 23, 2022
...able/Lowering/StateMachineRewriter/StateMachineRewriter.StateMachineMethodToClassRewriter.vb
Outdated
Show resolved
Hide resolved
cston
reviewed
Jun 23, 2022
...able/Lowering/StateMachineRewriter/StateMachineRewriter.StateMachineMethodToClassRewriter.vb
Outdated
Show resolved
Hide resolved
Contributor
Refers to: src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/EditAndContinueStateMachineTests.vb:3057 in 4b70865. [](commit_id = 4b70865, deletion_comment = False) |
Contributor
cston
approved these changes
Jun 23, 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 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.
Implements #61356 for VB.
Implements #54095