Skip to content

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

Conversation

akhera99
Copy link
Member

No description provided.

@akhera99 akhera99 requested review from a team as code owners April 30, 2025 16:59
@ghost ghost added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 30, 2025
@@ -2399,7 +2399,7 @@ internal enum ErrorCode
ERR_ExtensionTypeNameDisallowed = 9306,
ERR_ExpressionTreeContainsNamedArgumentOutOfPosition = 9307,

ERR_OperatorsMustBePublic = 9501, // PROTOTYPE: Pack numbers
Copy link
Contributor

@AlekseyTs AlekseyTs Apr 30, 2025

Choose a reason for hiding this comment

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

// PROTOTYPE: Pack numbers

Please keep this one #Closed

@@ -304,7 +304,7 @@ internal enum MessageID
IDS_FeatureExpressionOptionalAndNamedArguments = MessageBase + 12855,
IDS_CollectionExpression = MessageBase + 12856,

IDS_FeatureUserDefinedCompoundAssignmentOperators = MessageBase + 12901, // PROTOTYPE: Pack numbers
Copy link
Contributor

@AlekseyTs AlekseyTs Apr 30, 2025

Choose a reason for hiding this comment

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

// PROTOTYPE: Pack numbers

Please keep this one #Closed

@@ -154,7 +154,7 @@ class A
Await TestAPIAndFeature(input, kind, host)
End Function

<WpfTheory(Skip:="Yes"), CombinatorialData> ' PROTOTYPE: Something doesn't work
Copy link
Member Author

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 ?

Copy link
Contributor

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.

Copy link
Member Author

@akhera99 akhera99 Apr 30, 2025

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

Copy link
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

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

LGTM (commit 2)

@akhera99 akhera99 enabled auto-merge (squash) April 30, 2025 17:49
@akhera99 akhera99 merged commit 2c7fea2 into dotnet:features/UserDefinedCompoundAssignment Apr 30, 2025
21 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants