Closed computablee closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
b5b6921
) 99.13% compared to head (7ed086a
) 99.22%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Which issue are you addressing?
Makes progress towards #115
How have you addressed the issue?
Overflow checking is now performed within
ForCollapse
loops, throwing aTooManyIterationsException
if there are more thanint.MaxValue
total iterations to execute. Additionally, proper argument checking is now performed onForCollapse
loops.How have you tested your patch?
A new test has been added to check for this situation, which passes.