Closed computablee closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4203bdd
) 99.25% compared to head (94200ed
) 99.26%. Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Which issue are you addressing?
Closes #115
How have you addressed the issue?
There are now
checked { }
regions around relevant parts of the schedulers, and a try/catch to rethrow anInternalSchedulerException
if an overflow is detected.How have you tested your patch?
Boundary_parallelfor_should_except
has been added to the tests, and passes.