-
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
Test plan for CheckedUserDefinedOperators feature #59458
Comments
dotnet-issue-labeler
bot
added
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
Feb 10, 2022
AlekseyTs
removed
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
Feb 10, 2022
This was referenced Mar 8, 2022
This was referenced Mar 15, 2022
Merged
I've added more to the test plan. I'll go through and check things off on Monday. |
@alfasgd This issue is not meant for tracking and discussing different aspects of the feature. If you would like to report a bug or suggestion, please, open a dedicated issue. |
This was referenced May 13, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature branch - https://github.com/dotnet/roslyn/tree/features/CheckedUserDefinedOperators
Specification - https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/checked-user-defined-operators.md
Proposal: dotnet/csharplang#4665
Compiler
Compiler Public APIs
Syntax
checked
onchecked
checked
in crefunchecked
(issue)Semantics
checked
expression context calls operatorchecked
method context calls operator-checked
compiler switch calls operatorunchecked
contexts,checked
operators are ignored during lookupchecked
contexts,unchecked
operators (regular operators that have a pairedchecked
operator) are ignored during lookupchecked
contexts, regular operators that are notunchecked
are included during lookupchecked
conversions inchecked
contextsProductivity
checked
keyword classificationchecked
keyword completion Adjust CheckedKeywordRecommender for checked user-defined operators. #60183checked
keyword for checked user-defined operators #60215checked
keyword for checked user-defined operators #60214checked
keyword on the declaration goes to the doc page forchecked
keyword.Docs
checked
keyword in declarations, depending on structure of the docs. Right now it goes to a generalchecked
keyword topic.The text was updated successfully, but these errors were encountered: