Check if set generator behaves when it runs out of valid input
lfn3 opened this issue · 2 comments
lfn3 commented
If we've generated every possible input for a set, what happens if we try to get more input?
lfn3 commented
I've made it throw as of b98bf40
This could do with a more informative error message, however.
lfn3 commented
Also, the generator should stop if it runs out of valid input when a size is not specified, without throwing the error. Would be nice if some kind of informative message was recorded in that case as well.