Re: [perl #50922] [BUG] t/src/intlist.t failing on Darwin

2008-02-17 Thread Andy Lester
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

Re: [perl #50922] [BUG] t/src/intlist.t failing on Darwin

2008-02-16 Thread chromatic
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

Re: [perl #50922] [BUG] t/src/intlist.t failing on Darwin

2008-02-16 Thread chromatic
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,