[perl #63596] [BUG] shadowing a parameter leads to "Null PMC access in type()"

2011-09-23 Thread Will Coleda via RT
On Wed Jun 30 03:04:26 2010, bbkr wrote: > On Kiev build: > > [12:02] rakudo: sub s($i is copy) { my @array; for 1..3 { > @array.push($i); my $i = 1 + $i; }}; s(9); > [12:02] rakudo 36998b: OUTPUT«Use of uninitialized value in > numeric context␤Use of uninitialized value in numeric context␤Use o

[perl #63596] [BUG] shadowing a parameter leads to "Null PMC access in type()"

2009-03-02 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #63596] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63596 > # file next-bug.pl use v6; sub s($i is copy) { my @array; for 1..3 { @arr