Skipping the where blocks altogether in the existing generators as you suggested did not fix the
test regressions because they were still used to build the data tables, instead I only
had to ignore the code statements from being iterated over.
But I believe these changes are as minimal and clean as possible.
Skipping the
where
blocks altogether in the existing generators as you suggested did not fix the test regressions because they were still used to build the data tables, instead I only had to ignore the code statements from being iterated over. But I believe these changes are as minimal and clean as possible.