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

Implement concatenation operator for "u8" literals. #62044

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

AlekseyTs
Copy link
Contributor

@AlekseyTs AlekseyTs commented Jun 21, 2022

dotnet/csharplang#6221

Relates to test plan #58848

@AlekseyTs
Copy link
Contributor Author

CC @davidwengier This is a small addition to the "UTF8 Literals" feature. Please let me know if you have any concerns regarding impact on IDE. Are there any specific IDE tests I should add?

@davidwengier
Copy link
Contributor

Thanks, I don't think this introduces any concerns or new test areas for IDE

@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @cston, @dotnet/roslyn-compiler Please review.

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 self-assigned this Jun 21, 2022
@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @cston, @dotnet/roslyn-compiler For the second review.

CompileAndVerify(comp, expectedOutput: @"called", verify: Verification.Fails).VerifyDiagnostics();
}

[ConditionalFact(typeof(CoreClrOnly))]
Copy link
Member

@cston cston Jun 21, 2022

Choose a reason for hiding this comment

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

[ConditionalFact(typeof(CoreClrOnly))]

[Fact], here and similar tests below? #Resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

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

[Fact], here and similar tests below?

Perhaps tests with private implementation of ReadOnlySpan can be adjusted this way.

@AlekseyTs AlekseyTs enabled auto-merge (squash) June 21, 2022 17:50
@AlekseyTs AlekseyTs merged commit 449873d into dotnet:main Jun 21, 2022
@ghost ghost added this to the Next milestone Jun 21, 2022
@stephentoub
Copy link
Member

Thanks!

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.

6 participants