8000 Better error handling for invalid children by pelme · Pull Request #56 · pelme/htpy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Better error handling for invalid children #56

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 1 commit into from
Sep 12, 2024
Merged

Conversation

pelme
Copy link
Owner
@pelme pelme commented Sep 9, 2024

Related #49 and #55 but this PR fixes error handling for children.

@pelme pelme force-pushed the better-errors-children branch from bb5d7a5 to 2ae684b Compare September 9, 2024 19:07
@pelme pelme marked this pull request as ready for review September 9, 2024 19:10
@pelme pelme changed the title WIP: Better error handling for invalid children Better error handling for invalid children Sep 9, 2024
@pelme pelme force-pushed the better-errors-children branch 3 times, most recently from 873cb79 to ac3aca4 Compare September 12, 2024 19:03
Validate children directly when possible.
@pelme pelme force-pushed the better-errors-children branch from ac3aca4 to 9f16b77 Compare September 12, 2024 19:04
@pelme pelme merged commit 909ecb8 into main Sep 12, 2024
13 checks passed
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically. We also support
one-off iterables that are not based on generators such as itertools.chain()
or any non-generator based object that implements __next__().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically and not iterators in
general. We also support one-off iterators that are not based on generators such
as itertools.chain().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically and not iterators in
general. We also support one-off iterators that are not based on generators such
as itertools.chain().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically and not iterators in
general. We also support one-off iterators that are not based on generators such
as itertools.chain().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically and not iterators in
general. We also support one-off iterators that are not based on generators such
as itertools.chain().

This regression was introduced in #56.

Based on #71.
pelme added a commit that referenced this pull request Dec 15, 2024
Previously there were checks for generators specifically and not iterators in
general. We also support one-off iterators that are not based on generators such
as itertools.chain().

This regression was introduced in #56.

Based on #71.
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.

1 participant
0