Skip Menu |

This queue is for tickets about the HOI-Comprehensions CPAN distribution.

Report information
The Basics
Id: 102085
Status: resolved
Priority: 0/
Queue: HOI-Comprehensions

People
Owner: WITHERING [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.041
Fixed in: 0.042



Subject: HOI-Comprehensions.t hangs on Windows on some versions of perl
1..4 ok 1 (hangs) Hangs on 5.16, 5.14 and 5.12 - Windows, 5.16 threaded/unthreaded Linux, does not hang on 5.18 Windows. -- Alexandr Ciornii, http://chorny.net
On Thu Feb 12 06:15:25 2015, CHORNY wrote: Show quoted text
> 1..4 > ok 1 > (hangs) > > Hangs on 5.16, 5.14 and 5.12 - Windows, 5.16 threaded/unthreaded > Linux, does not hang on 5.18 Windows.
The problem is caused be overloaded operator<>, which could not return a array correctly under perl version 5.16 or lower. I changed the behavior of <> in version 0.042 and it passed tests on Travis CI. If CPAN testers say OK, this problem may be resolved.
On Thu Feb 12 06:15:25 2015, CHORNY wrote: Show quoted text
> 1..4 > ok 1 > (hangs) > > Hangs on 5.16, 5.14 and 5.12 - Windows, 5.16 threaded/unthreaded > Linux, does not hang on 5.18 Windows.
Resolved in version 0.042