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

Yet more proposal updates! #20

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Yet more proposal updates! #20

merged 3 commits into from
Sep 24, 2023

Conversation

DougGregor
Copy link
Contributor

A couple of things I missed in my previous set of updates:

  • Talk about handling all uninhabited thrown error types
  • Improve AsyncSequence and for..in iteration
  • Add a future direction for distributed actors

Typed throws gives us the mechanism to replace the never-formalized
`rethrows` protocols, which were also in the way of adopting primary
associated types in these protocols. Use the `Failure` type of an
`AsyncSequence` to inform asynchronous for loops as to whether (and
what) they can throw, and adopt primary associated types.
Copy link
Owner

@minuscorp minuscorp left a comment

Choose a reason for hiding this comment

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

LGTM 🤟

@minuscorp minuscorp merged commit 77207b5 into minuscorp:master Sep 24, 2023
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.

None yet

2 participants