Patrick R. Michaud wrote:
Fixing this shouldn't be all that difficult -- in particular,
I think that src/pmc/resizablepmcarray.pmc lines 205-206 should
be changed from
- if (key >= PMC_int_val(SELF))
- SELF.set_integer_native(key+1);
to something like
+ if (key >= PMC_
On Fri, Apr 11, 2008 at 12:53:31PM -0700, Bob Rogers wrote:
> # New Ticket Created by Bob Rogers
> # Please include the string: [perl #52778]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=52778 >
>
>
>As the transc
# New Ticket Created by Bob Rogers
# Please include the string: [perl #52778]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52778 >
As the transcript below shows, Parrot out-Perls even Perl by changing
the array length