[perl #77598] [BUG] Null PMC access when array-indexing a hash with a negative index in Rakudo

2011-10-09 Thread Will Coleda via RT
On Tue Aug 31 17:37:49 2010, masak wrote: > rakudo: {}[-1] > rakudo f8e959: OUTPUT�Null PMC access in get_string() [...] > * masak submits rakudobug Fixed. 12:18 < [Coke]> rakudo: {}[-1] 12:18 <+p6eval> rakudo f6eb61: ( no output ) 12:19 < [Coke]> rakudo: {}[-1].WHAT.say 12:19 <+p6eval> rakudo

[perl #77594] [BUG] Binding of a literal to something doesn't give an error in Rakudo

2011-10-09 Thread Will Coleda via RT
On Tue Aug 31 16:33:10 2010, masak wrote: > rakudo: say (0 := 1) > rakudo f8e959: OUTPUT«1␤» > alksentrs++ > * masak submits binding-of-literal rakudobug Fixed. 12:18 < [Coke]> rakudo: say (0 := 1) 12:18 <+p6eval> rakudo f6eb61: OUTPUT«===SORRY!===␤Cannot use bind operator wi

[perl #77596] [BUG] Null PMC access when doing 'use v5' inside of a block in Rakudo

2011-10-09 Thread Will Coleda via RT
On Tue Aug 31 16:37:24 2010, masak wrote: > rakudo: { use v5; } > rakudo f8e959: OUTPUT«Null PMC access in setprop() [...] > alksentrs++ > * masak submits 'use v5' rakudobug > alksentrs++ > rakudo: use v5; say "alive" > rakudo f8e959: OUTPUT«alive␤» 12:13 < [Coke]> rakudo: { use v5; } 12:13

[perl #77174] [BUG] "maximum recursion depth exceeded" from: my @a //= (3); @a.perl.say;

2011-10-09 Thread Will Coleda via RT
On Wed Aug 11 13:25:39 2010, ronaldxs wrote: > The variant my @a ||= (3); @a.perl.say; outputs something reasonable. > > Ron Still happening: 12:11 < [Coke]> rakudo: my @a //= (3); @a.perl.say; 12:11 <+p6eval> rakudo f6eb61: OUTPUT«maximum recursion depth exceeded␤Method 'disp

[perl #77184] [BUG] Odd "'self' not found" error when mixing a role (containing a 'my $!foo' declaration) into a class in Rakudo

2011-10-09 Thread Will Coleda via RT
On Thu Aug 12 14:35:18 2010, masak wrote: > rakudo: role A { my $!foo; }; role B { my $!foo; }; > class C does A does B; say 'alive'; 12:08 < [Coke]> rakudo: role A { my $!foo; }; role B { my $!foo; }; class C does A does B; say 'alive'; 12:08 <+p6eval> rakudo f6eb61: OUTPUT«===SO

[perl #77078] [BUG] Segfault on .[1..*] on an Array in Rakudo

2011-10-09 Thread Will Coleda via RT
On Sat Aug 07 23:14:10 2010, masak wrote: > rakudo: (my @a)[1..*]; say "alive" > rakudo 6ebba8: ( no output ) > locally, 'Segmentation fault' > * masak submits rakudobug > > Doesn't seem to matter whether the Array has contents or not. No longer segfaults $ ./perl6 -e '(my @a)[1..*]; say "al

[perl #76698] [BUG] problem using arrays of things, some of themt should be arrays

2011-10-09 Thread Will Coleda via RT
On Sun Jul 25 12:14:50 2010, cognominal wrote: > This (non) bug is a duplicate of #76698 that I thought lost by gmail. Ok, merged. -- Will "Coke" Coleda

[perl #76462] [BUG] Null PMC access when doing hash indexing on a hash ref in Rakudo

2011-10-09 Thread Will Coleda via RT
On Sun Jul 11 06:30:54 2010, masak wrote: > rakudo: my %h=('a'=>1,'b'=>2); my $h_ref=\%h; say $h_ref.{'a'} > rakudo 7579f7: OUTPUT�Null PMC access in type() [...] > mmh* masak submits rakudobug > rakudo: say (\my %h) > rakudo 7579f7: OUTPUT�Null PMC access in type() [...] the NPA is gone, but

[perl #70229] [BUG] Failure stringifies to '' in Rakudo, shouldn't

2011-10-09 Thread Will Coleda via RT
On Wed Nov 04 07:37:52 2009, masak wrote: > rakudo: say 1 ^^ 1 > rakudo 74f561: OUTPUT«␤» > that's a P5ism > rakudo: say (1 ^^ 1).WHAT > rakudo 74f561: OUTPUT«Failure()␤» > feel free to ticket that. > eep > Failure stringifie to nothing? > wait, Failure isn't what it should be, is it? > *

[perl #77050] cosmetic/usability issue on try.rakudo.org: camelia obscures the output console

2011-10-09 Thread Will Coleda via RT
I've moved this ticket over the try.rakudo.org queue: https://github.com/moritz/try.rakudo.org/issues/16 Please followup there. Regards. -- Will "Coke" Coleda