[perl #63986] Rakudo doesn't fail to accept [-1] (but STD does)

2012-01-10 Thread Will Coleda via RT
On Tue Jul 27 14:27:33 2010, coke wrote: > On Thu Mar 19 06:28:19 2009, masak wrote: > > rakudo: my @a = ; @a[-1] = 'zero'; @a.perl > > rakudo f8b6ae: RESULT«"[\"one\", \"two\"]"» > > it is a bug, right? > > amoc: [*-1] > > rakudo: my @a = ; @a[*-1] = 'zero'; @a.perl > > rakudo f8b6ae: RESULT

[perl #63986] Rakudo doesn't fail to accept [-1] (but STD does)

2010-07-27 Thread Will Coleda via RT
On Thu Mar 19 06:28:19 2009, masak wrote: > rakudo: my @a = ; @a[-1] = 'zero'; @a.perl > rakudo f8b6ae: RESULT«"[\"one\", \"two\"]"» > it is a bug, right? > amoc: [*-1] > rakudo: my @a = ; @a[*-1] = 'zero'; @a.perl > rakudo f8b6ae: RESULT«"[\"one\", \"zero\"]"» > S09. > I think -1 is meant

[perl #63986] Rakudo doesn't fail to accept [-1] (but STD does)

2009-03-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63986] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63986 > rakudo: my @a = ; @a[-1] = 'zero'; @a.perl rakudo f8b6ae: RESULT«"[\"one\", \"two\"]"»