This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Deep recursion error from function that isn't even recursive #409
Open
Description
I get this failure in the Type-Tiny 1.010000 test suite:
Deep recursion on subroutine "Test::TypeTiny::should_fail" at t/20-unit/Types-Common-Numeric/ranges.t line 44.
But should_fail
isn't a recursive function. It does do a goto \&Test::More::ok
at the end after setting @_
so this could be a problem with cperl's tail call optimizations?