rework module_generator to avoid keeping state w.r.t. fake modules#1348
Conversation
…at bites us in the ass later
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Yeah, this is generally what I thought needed to be done (but didn't really know how to do). Most of the state information wasn't helpful and was ripe for side-effects. I'll try testing it, but otherwise looks good. |
|
tested it and it seems to work fine with packaging. |
|
ok |
|
Thanks for the reviewing/testing @rjeschmi and @JensTimmerman! |
rework module_generator to avoid keeping state w.r.t. fake modules
fix (+ enhanced unit test) for #1329, reported by @DirkdeDraak and @rjeschmi