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

Remove positive Unary expressions to avoid confusion in addition #69257

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

gero3
Copy link
Contributor

@gero3 gero3 commented Jul 27, 2023

A small cleanup to avoid having problems when updating this code. I think adding an analyzer to detect positive unary expressions in an addition expression would be helpful for others too.

@gero3 gero3 requested a review from a team as a code owner July 27, 2023 13:08
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 27, 2023
@ghost ghost added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Jul 27, 2023
@jcouv jcouv self-assigned this Jul 27, 2023
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 1)

@jcouv jcouv added Test Test failures in roslyn-CI and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 27, 2023
@jaredpar jaredpar merged commit 09d8554 into dotnet:main Aug 9, 2023
25 checks passed
@ghost ghost added this to the Next milestone Aug 9, 2023
dibarbet added a commit to dibarbet/roslyn that referenced this pull request Aug 15, 2023
@dibarbet dibarbet modified the milestones: Next, 17.8 P2 Aug 28, 2023
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. Test Test failures in roslyn-CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants