Skip to content

remove pattern matching specs #34945

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

Merged
merged 2 commits into from
Apr 11, 2023
Merged

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Apr 11, 2023

We merged dotnet/csharpstandard#757, which adds a new clause to the standard for pattern matching.

  • remove the feature specs for Pattern matching in C# 7.n
  • Combine TOC sections for 7.0 - 7.3. It looked odd now that all the 7.1 specs have been merged.
  • Update a lot of links.

Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/csharp/advanced-topics/reflection-and-attributes/index.md Attributes
docs/csharp/asynchronous-programming/async-return-types.md Async return types (C#)
docs/csharp/fundamentals/exceptions/creating-and-throwing-exceptions.md Creating and Throwing Exceptions
docs/csharp/fundamentals/exceptions/exception-handling.md Exception Handling (C# Programming Guide)
docs/csharp/language-reference/builtin-types/enum.md Enumeration types (C# reference)
docs/csharp/language-reference/builtin-types/nullable-value-types.md Nullable value types (C# reference)
docs/csharp/language-reference/builtin-types/unmanaged-types.md Unmanaged types (C# reference)
docs/csharp/language-reference/compiler-messages/cs0178.md Compiler Error CS0178
docs/csharp/language-reference/keywords/method-parameters.md Method Parameters (C# Reference)
docs/csharp/language-reference/keywords/new-constraint.md new constraint (C# Reference)
docs/csharp/language-reference/keywords/new-modifier.md new modifier (C# Reference)
docs/csharp/language-reference/keywords/override.md override (C# reference)
docs/csharp/language-reference/operators/arithmetic-operators.md Arithmetic operators (C# reference)
docs/csharp/language-reference/operators/await.md await operator - asynchronously await for a task to complete
docs/csharp/language-reference/operators/bitwise-and-shift-operators.md Bitwise and shift operators (C# reference)
docs/csharp/language-reference/operators/boolean-logical-operators.md Boolean logical operators - AND, OR, NOT, XOR
docs/csharp/language-reference/operators/equality-operators.md Equality operators - test if two objects are equal or not
docs/csharp/language-reference/operators/index.md C# operators and expressions
docs/csharp/language-reference/operators/lambda-operator.md Lambda expression (=>) operator defines a lambda expression
docs/csharp/language-reference/operators/member-access-operators.md Member access operators and expressions - the dot, indexer, and invocation operators.
docs/csharp/language-reference/operators/operator-overloading.md Operator overloading - predefined unary, arithmetic, equality and comparison operators
docs/csharp/language-reference/operators/pointer-related-operators.md Pointer related operators - take the address of variables, dereference storage locations, and access memory locations
docs/csharp/language-reference/operators/subtraction-operator.md - and -= operators - subtraction (minus)
docs/csharp/language-reference/operators/true-false-operators.md true and false operators - treat your objects as a Boolean value
docs/csharp/language-reference/operators/type-testing-and-cast.md Type-testing operators and cast expressions - is, as, typeof and casts
docs/csharp/language-reference/statements/checked-and-unchecked.md checked and unchecked statements (C# reference)
docs/csharp/language-reference/statements/fixed.md fixed statement - safely access memory underlying a variable
docs/csharp/language-reference/statements/iteration-statements.md Iteration statements - for, foreach, do, and while
docs/csharp/language-reference/statements/jump-statements.md Jump statements - break, continue, return, and goto
docs/csharp/language-reference/statements/selection-statements.md Selection statements - if, else, and switch

Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

@dotnet-bot dotnet-bot added this to the April 2023 milestone Apr 11, 2023
@BillWagner
Copy link
Member Author

closing and reopening for a fresh build. Here come the warnings.

@BillWagner BillWagner closed this Apr 11, 2023
@BillWagner BillWagner reopened this Apr 11, 2023
I'm guessing this will take a few commits to get right.
@BillWagner BillWagner marked this pull request as ready for review April 11, 2023 19:49
@BillWagner BillWagner requested review from gewarren and a team as code owners April 11, 2023 19:49
@BillWagner BillWagner enabled auto-merge (squash) April 11, 2023 19:50
Copy link
Contributor

@CamSoper CamSoper left a comment

Choose a reason for hiding this comment

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

LGTM

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