Re: [perl #55290] [BUG] get_iter() not implemented in class 'ResizableStringArray'

2008-06-05 Thread Jonathan Worthington
chromatic wrote: On Wednesday 04 June 2008 11:28:58 Geoffrey Broadwell wrote: The op '$P0 = iter $P1' doesn't work if $P1 is a ResizableStringArray. I haven't tested, but I suspect the same may be true of the some other *Array PMCs as well. This should be fixed up, so we can move the 'iter'

Re: [perl #55290] [BUG] get_iter() not implemented in class 'ResizableStringArray'

2008-06-05 Thread Geoffrey Broadwell
On Thu, 2008-06-05 at 12:16 +0200, Jonathan Worthington wrote: chromatic wrote: On Wednesday 04 June 2008 11:28:58 Geoffrey Broadwell wrote: The op '$P0 = iter $P1' doesn't work if $P1 is a ResizableStringArray. I haven't tested, but I suspect the same may be true of the some other

Re: [perl #55290] [BUG] get_iter() not implemented in class 'ResizableStringArray'

2008-06-05 Thread chromatic
On Thursday 05 June 2008 09:05:22 Geoffrey Broadwell wrote: In my original ticket, I mentioned three problems: 1. ResizableStringArray didn't have get_iter. 2. Other *Array PMCs may be missing that as well. 3. The 'iter' op is still listed as experimental. Clearly #1 was the focus of

[perl #55290] [BUG] get_iter() not implemented in class 'ResizableStringArray'

2008-06-04 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #55290] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55290 The op '$P0 = iter $P1' doesn't work if $P1 is a ResizableStringArray. I

Re: [perl #55290] [BUG] get_iter() not implemented in class 'ResizableStringArray'

2008-06-04 Thread chromatic
On Wednesday 04 June 2008 11:28:58 Geoffrey Broadwell wrote: The op '$P0 = iter $P1' doesn't work if $P1 is a ResizableStringArray. I haven't tested, but I suspect the same may be true of the some other *Array PMCs as well. This should be fixed up, so we can move the 'iter' op from