Skip to content
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

v7.x Q's re tuples #64

Closed
RexJaeschke opened this issue Dec 10, 2020 · 1 comment
Closed

v7.x Q's re tuples #64

RexJaeschke opened this issue Dec 10, 2020 · 1 comment
Labels
type: feature This issue describes a new feature
Milestone

Comments

@RexJaeschke
Copy link
Contributor

RexJaeschke commented Dec 10, 2020

In Draft PR #63, I've added almost all the edits to support the addition of tuples. Here's what's missing:

  1. C# 7.1 added support for "Inferring tuple names." See the proposal https://github.com/dotnet/csharplang/blob/standard-proposals/proposals/csharp-7.1/infer-tuple-names.md. This needs to be integrated somehow, but I'm not the person to do that.

  2. I've added the new construct "Deconstruction expressions" to the Expressions clause, but it needs to be "plugged into" the grammar, so it has precedence. (Also, for now, I've put this new section after assignment, but assuming it has precedence higher than assignment, we might want to move it earlier in the clause.)

@RexJaeschke RexJaeschke added this to the C# 7.x milestone Dec 10, 2020
@jskeet jskeet added the type: feature This issue describes a new feature label Jan 7, 2021
@BillWagner
Copy link
Member

Fixed in #664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature This issue describes a new feature
Projects
None yet
Development

No branches or pull requests

3 participants