Open ericstj opened 6 months ago
Looks like we now have some warnings as errors on x86. That's noticing our intentional truncation - where before the truncation happened in the loop bounds as potentially infiinite loop. I'll need to make another change to libmf to fix this.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.65%. Comparing base (4d1a8c0) to head (6a03258). Report is 1 commits behind head on main.
4d1a8c0
6a03258
Looks like we now have some warnings as errors on x86. That's noticing our intentional truncation - where before the truncation happened in the loop bounds as potentially infiinite loop. I'll need to make another change to libmf to fix this.