Conversation
- Fix a number of issues - Split into tuple_literal, local_deconstructing_declaration, and deconstructing_assignment to enable fixes and improve clarity - Split assignment into 4 subrules (rather than just four alternatives) to support above and improve clarity - Update samples as needed - Embed HTML comments covering how to update the additions for C#10.
Do we have a concrete list of those issues somewhere? Given the size of this change, it would be nice to have a really easy-to-reference list of issues that it fixes. |
|
Here is an overview of the PR (this list is not guaranteed to be complete):
In addition to these other issues were addressed as they came to light during development. |
The hope is that this can reduce the diff in #1538, making it easier to review.
BillWagner
left a comment
There was a problem hiding this comment.
I gave it a good first read. I like the direction.
|
@jskeet & @BillWagner – I’ve pushed a commit with changes based on your reviews. I’ve gone through and marked all as resolved to remove clutter, but if you’ve missed any of the responses or want to follow up do go ahead and unresolve threads. Coming next: the rebase to Jon’s PR… |
Apply non-semantic changes from #1538
|
@Nigel-Ecma Are you sufficiently happy that #1560 has all the text from this that we can close this? |
|
Replaced by #1560 |
* Rebased #1538 * Correct indentation of example --------- Co-authored-by: Nigel-Ecma <Nigel-Ecma@users.noreply.github.com>
Addresses issue #1155
Replaces PR #1366
A “surgical” fix for issue 1155 was outlined and later tried in PR 1366 (spun off from an earlier PR), unfortunately it did not work (mea culpa). This PR is the less surgical fix…