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

Generators don't work #1

Open
leshchenko1979 opened this issue May 4, 2022 · 1 comment
Open

Generators don't work #1

leshchenko1979 opened this issue May 4, 2022 · 1 comment

Comments

@leshchenko1979
Copy link
Owner

invl#11

@leshchenko1979
Copy link
Owner Author

There is an implementation of this functionality here: invl#16.

However, that implementation restarts the generator on failure. I'm still not sure if this implementation is universal. Restarting the generator will either require the user to implement duplicate removal or, if the decorated generator itself depended on other generators, this might break the sync between the decorated generator and the underlying generator.

Anyway, I'm going to let this issue maroon here until it gets more support / inputs from the community.

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