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

Refactor generator helpers #26

Open
agreco opened this issue Dec 2, 2019 · 0 comments
Open

Refactor generator helpers #26

agreco opened this issue Dec 2, 2019 · 0 comments
Assignees

Comments

@agreco
Copy link
Owner

agreco commented Dec 2, 2019

The generator helpers, such as chainG, safeUnpackG etc. are causing issues with unexpected results when integrating them into existing projects, for instance safeUnpackG does not safely unpack a generator. chainG does not chain a generator value but a generator!.

So, first the tests are incorrect. Second, the implementation needs refactoring to accommodate incoming data and extraction to the correct type.

@agreco agreco self-assigned this Dec 2, 2019
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

No branches or pull requests

1 participant