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

Follow up on Test Plan Review and PROTOTYPE comments for UTF8 String Literals feature. #60349

Merged

Conversation

AlekseyTs
Copy link
Contributor

@AlekseyTs AlekseyTs commented Mar 23, 2022

  • Define and implement IUTF8StringOperation node.
  • Disallow UTF8StringLiteral conversion for default parameter value.
  • Add tests

Test plan #58848

…Literals feature.

- Define and implement IUTF8StringOperation node.
- Disallow UTF8StringLiteral conversion for default parameter value.
- Add tests
@AlekseyTs
Copy link
Contributor Author

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

@AlekseyTs
Copy link
Contributor Author

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

@@ -3273,4 +3273,20 @@
</Comments>
</Property>
</Node>
<Node Name="IUTF8StringOperation" Base="IOperation" HasType="true" HasConstantValue="false">
Copy link
Contributor

Choose a reason for hiding this comment

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

Has this gone through API review?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Has this gone through API review?

Not yet.

@AlekseyTs
Copy link
Contributor Author

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

@AlekseyTs AlekseyTs merged commit 0bcee02 into dotnet:features/Utf8StringLiterals Mar 24, 2022
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.

3 participants