Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix infix:<x> accidentally silencing failures
An earlier fix[^1] to interpret type objects as 0 iterations had an unintended effect that Failures from the coercion of the RHS argument to Int would also be silently treaded as 0. Add a separate multi for type objects to handle that case, leaving coercion Failures able to freely explode. Fixes RT#129899: https://rt.perl.org/Ticket/Display.html?id=129899 [1] 2311372
- Loading branch information