[perl #76828] Rakudo Star 'make' fails on Darwin/PPC

2011-09-24 Thread James Keenan via RT
On Fri Jul 30 17:58:48 2010, coke wrote: > > Based on recent history, I think 1G is the minimum recommend memory > for building rakudo > (for that file in particular). > > Someone should probably add this to the README. Has the Rakudo project established minimum recommended memory requirements f

[perl #99912] [BUG] A regex match in a 'when' clause doesn't set $/ properly in Rakudo

2011-09-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #99912] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=99912 > rakudo: given "a" { if /^(a)$/ { say $0 } } rakudo aed9fe: OUTPUT«a␤» rakudo: gi

[perl #99908] [BUG] EnumHOW can't be stringified for human output (.gist) in Rakudo

2011-09-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #99908] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=99908 > nom: my $x = enum A ; say $x.HOW nom 09a598: OUTPUT«Method 'gist' not found for i

[perl #76482] Any.WHAT.Str is screwed up

2011-09-24 Thread Will Coleda via RT
On Sat Sep 24 07:29:18 2011, coke wrote: > On Mon Jul 12 16:01:43 2010, jn...@jnthn.net wrote: > > Oh wtf... > > > > 01:04 <@jnthn> rakudo: my $foo; say $foo.WHAT > > 01:04 < p6eval> rakudo 94d01f: OUTPUT«Any()␤» > > 01:04 <@jnthn> rakudo: my $foo; say $foo.WHAT.Str > > 01:04 < p6eval> rakudo 94d0

[perl #76482] Any.WHAT.Str is screwed up

2011-09-24 Thread Will Coleda via RT
On Mon Jul 12 16:01:43 2010, jn...@jnthn.net wrote: > Oh wtf... > > 01:04 <@jnthn> rakudo: my $foo; say $foo.WHAT > 01:04 < p6eval> rakudo 94d01f: OUTPUT«Any()␤» > 01:04 <@jnthn> rakudo: my $foo; say $foo.WHAT.Str > 01:04 < p6eval> rakudo 94d01f: OUTPUT«Any()<0x3981a00>␤» 10:16 < [Coke]> rakudo:

[perl #76818] >>->> parse fail

2011-09-24 Thread Will Coleda via RT
On Thu Jul 29 17:52:12 2010, jn...@jnthn.net wrote: > 02:56 < jnthn> rakudo: my @a=1..5; @a >>+>> 1; @a >>->> 2 > 02:56 <+p6eval> rakudo da16b5: OUTPUT«===SORRY!===␤Confused at line 22, near > "@a >>->> 2"␤» > 02:56 < jnthn> rakudo: my @a=1..5; @a >>+>> 1; @a >>+>> 2 > 02:56 <+p6eval> rakudo da16b5