-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge "null conditional assignment" to main #77867
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
Conversation
* Rename parser method * Cleanup * Inline methods * Share * fix * Docs * rename * Remove unnecessayr check * Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs Co-authored-by: Rikki Gibson <[email protected]> * Fix * Cleaner * Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs Co-authored-by: Rikki Gibson <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Rikki Gibson <[email protected]>
Co-authored-by: Cyrus Najmabadi <[email protected]>
CyrusNajmabadi
left a comment
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.
IDE side lgtm.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Between the PR branch run and feature branch rolling run, the macOS tests are failing on multiple attempts. It's a few VB tests that are failing:
This is unlikely to be an issue with the feature, but, I want to take care we don't introduce a weird failure to main, which is not already there. Possibly an with GitHub grouping CI runs by head SHA is in the mix here making things weird as well. |
|
macOS leg shouldn't be running on PRs and i think it's not a "required" CI check so you can probably ignore it failing; otherwise you might need to merge main back here, because there were some failing tests that needed to be skipped - see 53062f4 |
The tests we skipped in main, are exactly the ones failing here, so it sounds like we will not break main by merging here. Thanks! |

#75554
Validation PR shows all checks passing: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/622281