exceptions in generators disappear silently
samrushing opened this issue · 0 comments
samrushing commented
This probably means that makegen
needs a wildcard exception handler.
Though... what to do with an exception that does happen? We need a way to propagate it up to the caller.