[perl #127756] setelems on native arrays doesn't clear the array

2017-12-24 Thread Zoffix Znet via RT
On Tue, 22 Mar 2016 07:10:54 -0700, elizabeth wrote: > > > On 21 Mar 2016, at 16:41, Elizabeth Mattijsen (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Elizabeth Mattijsen > > # Please include the string: [perl #127756] > > # in the subject line of all future correspondenc

[perl #127756] setelems on native arrays doesn't clear the array

2017-12-24 Thread Zoffix Znet via RT
On Tue, 22 Mar 2016 07:10:54 -0700, elizabeth wrote: > > > On 21 Mar 2016, at 16:41, Elizabeth Mattijsen (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Elizabeth Mattijsen > > # Please include the string: [perl #127756] > > # in the subject line of all future correspondenc

Re: [perl #127756] setelems on native arrays doesn't clear the array

2016-03-22 Thread Elizabeth Mattijsen
> On 21 Mar 2016, at 16:41, Elizabeth Mattijsen (via RT) > wrote: > > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #127756] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127756 > > >

[perl #127756] setelems on native arrays doesn't clear the array

2016-03-21 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #127756] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127756 > use nqp; my str @a = "a".."e"; nqp::setelems(@a,0); nqp::setelems(@a,5); say @a.j