Skip Menu |

This queue is for tickets about the Tree-Simple CPAN distribution.

Report information
The Basics
Id: 38607
Status: rejected
Worked: 10 min
Priority: 0/
Queue: Tree-Simple

People
Owner: Nobody in particular
Requestors: onken [...] netcubed.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.18
Fixed in: 1.18



Subject: warnings: deep recursion
Hi, I get a lot of deep recursion warnings as I process a pretty big tree. You could add no warnings "recursion"; at the appropriate places (_setHeight_setWidth, traverse) moritz
Hi Moritz I (Ron) have taken over maintenance of Tree::Simple. I know it's been a long time since you logged this, but... I'm rejecting this as too dangerous for general code. If you have a special case, I suggest sub-classing and overriding subs as desired. Besides the subs you mention, I think you'd have to override fixWidth() too, at least. I am releasing V 1.19 today.