Skip to content
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

Fix parenthesized pattern parsing #49621

Merged
merged 10 commits into from
Mar 23, 2021
Merged

Conversation

alrz
Copy link
Contributor

@alrz alrz commented Nov 25, 2020

Fixes #49354

@alrz alrz requested a review from a team as a code owner November 25, 2020 17:53
@alrz alrz force-pushed the parenthesized-pattern-parsing branch from a9a9bde to 29a0d56 Compare November 25, 2020 18:46
@alrz alrz force-pushed the parenthesized-pattern-parsing branch from 68b6351 to 652f8a9 Compare November 25, 2020 19:27
@RikkiGibson RikkiGibson self-assigned this Nov 25, 2020
@alrz alrz force-pushed the parenthesized-pattern-parsing branch from 95bb5a6 to 1bdc164 Compare November 28, 2020 17:39
@alrz alrz requested a review from RikkiGibson December 2, 2020 06:40
@jcouv jcouv self-assigned this Dec 10, 2020
@alrz alrz requested a review from jcouv December 11, 2020 08:36
@RikkiGibson RikkiGibson self-requested a review January 12, 2021 01:11
@AlekseyTs AlekseyTs added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Jan 12, 2021
@alrz
Copy link
Contributor Author

alrz commented Jan 30, 2021

ping @RikkiGibson

@RikkiGibson
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@RikkiGibson
Copy link
Contributor

PTAL @jcouv

Base automatically changed from master to main March 3, 2021 23:53
@RikkiGibson
Copy link
Contributor

@dotnet/roslyn-compiler Please review

@alrz alrz requested a review from a team March 19, 2021 15:20
Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 10)

@jcouv jcouv merged commit c30efad into dotnet:main Mar 23, 2021
@ghost ghost added this to the Next milestone Mar 23, 2021
@jcouv
Copy link
Member

jcouv commented Mar 23, 2021

Merged/squashed. Thanks @alrz!

@333fred 333fred mentioned this pull request Mar 25, 2021
@allisonchou allisonchou modified the milestones: Next, 16.10.P2 Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. New Language Feature - Pattern Matching Pattern Matching
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C# compiler should compile parenthesized type pattern, which is a part of or-/and-pattern, without errors
6 participants