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

Throw when flatMap's mapper returns a non-iterable #59

Merged
merged 2 commits into from Nov 7, 2019

Conversation

bakkot
Copy link
Collaborator

@bakkot bakkot commented Oct 23, 2019

Fixes #55 and #58.

Closing the iterator appropriately in error cases is still badly broken, of course (cf #54), so I didn't worry about getting that right.

spec.html Show resolved Hide resolved
spec.html Show resolved Hide resolved
spec.html Outdated Show resolved Hide resolved
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.

Consider making flatMap throw if the mapper returns a non-iterable
4 participants