Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Typos. Reference Implementation description. Added a rejected idea. #21

Merged
merged 2 commits into from
Feb 8, 2021

Conversation

iritkatriel
Copy link
Member

No description provided.

Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Just one nit (not sure about that one)

@iritkatriel iritkatriel merged commit a9068e4 into master Feb 8, 2021
@iritkatriel iritkatriel deleted the implementation branch February 8, 2021 19:48
[`MultiError` type](https://trio.readthedocs.io/en/stable/reference-core.html#trio.MultiError).
However, such approaches require calling code to catch the container exception
type, and then inspect it to determine the types of errors that had occurred,
extract the ones it wants to handle and reraise the rest.
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps we can add a link to show that "... require calling code to catch the container exception reraise the rest. type, and then inspect it to determine the types of errors ..." is very cumbersome and unintuitive.

Also, having custom multi error implementations in multiple packages makes it very hard to use them together in one project.

Copy link
Member Author

Choose a reason for hiding this comment

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

Feel free to make a PR with such changes. I'm not editing now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants