Skip to content

C#: Extract 'and' and 'or' patterns #5018

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

Merged
merged 11 commits into from
Feb 1, 2021

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Jan 26, 2021

@tamasvajk tamasvajk force-pushed the feature/csharp9-binary-pattern-cfg branch from f5da939 to e24e5b1 Compare January 27, 2021 10:53
@tamasvajk tamasvajk changed the title C#: Improve CFG to handle 'and' and 'or' patterns C#: Extract 'and' and 'or' patterns Jan 27, 2021
@tamasvajk tamasvajk marked this pull request as ready for review January 27, 2021 12:04
@tamasvajk tamasvajk requested a review from a team as a code owner January 27, 2021 12:04
Copy link
Contributor

@hvitved hvitved left a comment

Choose a reason for hiding this comment

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

Looks great!

hvitved
hvitved previously approved these changes Jan 28, 2021
@tamasvajk
Copy link
Contributor Author

The new pattern matching completion changes result in a lot of noise or false positives in the new constant condition check.

@hvitved
Copy link
Contributor

hvitved commented Jan 31, 2021

The new pattern matching completion changes result in a lot of noise or false positives in the new constant condition check.

That should be fixed by the CFG changes I was working on, so happy to merge this now.

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.

2 participants