Skip Menu |

This queue is for tickets about the DateTime-Indic CPAN distribution.

Report information
The Basics
Id: 48421
Status: open
Priority: 0/
Queue: DateTime-Indic

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1
Fixed in: (no value)



Subject: Deep recursion in test suite
While the tests seem to PASS everywhere, the test output does not look good: a lot of "Deep recursion on subroutine "Memoize::_memoizer" at ..." appear. An example report can be found here: http://www.nntp.perl.org/group/perl.cpan.testers/2009/08/msg4874593.html Regards, Slaven
On Tue Aug 04 14:39:58 2009, SREZIC wrote: Show quoted text
> While the tests seem to PASS everywhere, the test output does not
look Show quoted text
> good: a lot of "Deep recursion on subroutine "Memoize::_memoizer" at > ..." appear. An example report can be found here: >
http://www.nntp.perl.org/group/perl.cpan.testers/2009/08/msg4874593.htm Show quoted text
> > Regards, > Slaven
Yeah I think it is safe to add no warnings 'recursion'. I will make this change in the next version.
On Fri Aug 07 17:45:11 2009, JALDHAR wrote: Show quoted text
> On Tue Aug 04 14:39:58 2009, SREZIC wrote:
> > While the tests seem to PASS everywhere, the test output does not
> look
> > good: a lot of "Deep recursion on subroutine "Memoize::_memoizer" at > > ..." appear.
Show quoted text
> Yeah I think it is safe to add no warnings 'recursion'.
For me (Strawberry 5.12.4) these messages don't stop, and memory usage is growing, so it may be a sign of some problem. -- Alexandr Ciornii, http://chorny.net
On Wed Dec 05 08:49:35 2012, CHORNY wrote: Show quoted text
> On Fri Aug 07 17:45:11 2009, JALDHAR wrote:
> > On Tue Aug 04 14:39:58 2009, SREZIC wrote:
> > > While the tests seem to PASS everywhere, the test output does not
> > look
> > > good: a lot of "Deep recursion on subroutine "Memoize::_memoizer" at > > > ..." appear.
>
> > Yeah I think it is safe to add no warnings 'recursion'.
> > For me (Strawberry 5.12.4) these messages don't stop, and memory usage > is growing, so it may be a sign of some problem. >
Hello, sorry for the late reply but I haven't looked at this module for a long time but soon I shall restart work on it. I think I can bypass the use of Memoize altogether and still maintain speed.