-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Removed PROTOTYPE comments in features/UserDefinedCompoundAssignment #78389
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
Removed PROTOTYPE comments in features/UserDefinedCompoundAssignment #78389
Conversation
@@ -2399,7 +2399,7 @@ internal enum ErrorCode | |||
ERR_ExtensionTypeNameDisallowed = 9306, | |||
ERR_ExpressionTreeContainsNamedArgumentOutOfPosition = 9307, | |||
|
|||
ERR_OperatorsMustBePublic = 9501, // PROTOTYPE: Pack numbers |
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.
@@ -304,7 +304,7 @@ internal enum MessageID | |||
IDS_FeatureExpressionOptionalAndNamedArguments = MessageBase + 12855, | |||
IDS_CollectionExpression = MessageBase + 12856, | |||
|
|||
IDS_FeatureUserDefinedCompoundAssignmentOperators = MessageBase + 12901, // PROTOTYPE: Pack numbers |
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.
@@ -154,7 +154,7 @@ class A | |||
Await TestAPIAndFeature(input, kind, host) | |||
End Function | |||
|
|||
<WpfTheory(Skip:="Yes"), CombinatorialData> ' PROTOTYPE: Something doesn't work |
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.
should the tests be unskipped @AlekseyTs ?
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.
should the tests be unskipped
If they don't fail, that would be the right thing to do. Otherwise, these are IDE tests, so consider utilizing whatever system you use to tracked skipped tests. Compiler team usually opens an issue and places the link as Skip:=
value, plus WorkItem
attribute.
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.
I'll add tracking items in a follow-up
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 (commit 2)
2c7fea2
into
dotnet:features/UserDefinedCompoundAssignment
No description provided.