Skip to content
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
@tobyink

Description

@tobyink

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions