Skip to content

Several minor changes in preparation for accessor coroutines #17752

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 3 commits into from
Jul 5, 2018

Conversation

rjmccall
Copy link
Contributor

@rjmccall rjmccall commented Jul 5, 2018

No description provided.

rjmccall added 3 commits July 5, 2018 02:48
…. NFC.

Yield statements will allow an arbitrary number of operands --- like
calls, except we're going to skip over the tuple mistake. :)
…e; NFC.

Because subscripts can be generic, this isn't quite as universally useful
as you might think; it's pretty much only useful when mapping types into
the context of the declaration, e.g. into an accessor.
…path.

NFC, but this may become semantically important for coroutines, because
an active coroutine must be aborted instead of ended on the unwind path.
@rjmccall
Copy link
Contributor Author

rjmccall commented Jul 5, 2018

@swift-ci Please smoke test and merge.

@swift-ci swift-ci merged commit 00843da into swiftlang:master Jul 5, 2018
@rjmccall rjmccall deleted the minor-nfc branch July 5, 2018 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants