On Feb 16, 2008, at 10:29 PM, chromatic wrote:
-chunk = list->first = chunk->next ? chunk->next : list->last;
Urgh, I missed that list->first in the middle. My bad.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Saturday 16 February 2008 20:23:19 James Keenan via RT wrote:
> After a whole day of binary searches, I've identified the problem as
> occurring in a revision of src/list.c in revision 24840 (attached).
>
> I am currently testing to see whether simply reverting this change is
> sufficient to ge
On Saturday 16 February 2008 07:53:51 James Keenan wrote:
> Back in November I filed a ticket (http://rt.perl.org/rt3/Ticket/
> Display.html?id=47531) which reported on failures in t/src/intlist.t
> and t/src/io.t on Linux. There was discussion with chromatic and
> Coke and, for whatever reason,