Re: [perl #52778] Are resizable arrays too Perlish?

2008-09-08 Thread Christoph Otto
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 =

Re: [perl #52778] Are resizable arrays too Perlish?

2008-04-13 Thread Patrick R. Michaud
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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52778 As the

[perl #52778] Are resizable arrays too Perlish?

2008-04-12 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #52778] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52778 As the transcript below shows, Parrot out-Perls even Perl by changing the array