-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Make '^' operation nodes internal #32918
Conversation
FYI @jaredpar for shiproom |
Looks like some tests need to be updated:
|
@@ -226,8 +226,6 @@ public enum OperationKind | |||
SuppressNullableWarning = 0x62, | |||
/// <summary>Indicates an <see cref="IRangeOperation"/>.</summary> | |||
Range = 0x63, | |||
/// <summary>Indicates an <see cref="IFromEndIndexOperation"/>.</summary> | |||
FromEndIndex = 0x64, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FromEndIndex = 0x64, [](start = 8, length = 20)
Perhaps keep this as a comment, or add a comment indicating that the value is available for reuse #Closed
Done with review pass (iteration 1) #Closed |
Please make sure this change does not introduce new failures when tests are run with IOperation hook enabled. #Closed |
@AlekseyTs Done. I ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (iteration 2)
Yes but get it in soon. We're snappnig I imagine tomorrow night. |
@jaredpar This is ready, if I'm good to merge |
We plan to mark this as a non-user overridable unary operator in a later release, so this node should not be in the public API.