[perl6/specs] 953a85: [S32::IO] all .read methods should return a Buf. T...

2011-09-23 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 953a85bcfbb8a22aaac883268cfc5ce03bdcdcc0 https://github.com/perl6/specs/commit/953a85bcfbb8a22aaac883268cfc5ce03bdcdcc0 Author: Moritz Lenz Date: 2011-09-23 (Fri, 23 Sep 2011) Changed paths: M S32-s

[perl #99854] [BUG] Bareword hash keys 'grammar' and 'class' don't parse as hash keys in Rakudo

2011-09-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #99854] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=99854 > perl6: my %a = grammar => 5; pugs: ( no output ) ..rakudo 7a5174: OUTPUT«===SOR

[perl #60966] Rakudo should throw errors on unknown traits

2011-09-23 Thread Will Coleda via RT
On Wed May 13 14:29:52 2009, moritz wrote: > On Wed Feb 18 07:42:31 2009, tantra wrote: > > On this code rakudo will hung > > > > sub test($test is write) > > { > > print $test > > }; > > > > test(12); > > > > > > And i think that is must be compiler error, with message Like this > > "can't

[perl #63228] [PATCH] Support using $? variables and implement $?PROGRAM

2011-09-23 Thread Will Coleda via RT
On Fri Feb 13 21:50:40 2009, chrisdolan wrote: > On Fri Feb 13 21:14:59 2009, ch...@chrisdolan.net wrote: > > This patch adds support for '?' twigil variables to actions.pm and > > declares the $?PROGRAM read-only global variable in !UNIT_START. The > > value stored in that variable is first a

[perl #76600] augment re-applies roles

2011-09-23 Thread Will Coleda via RT
On Tue Jul 20 10:06:14 2010, markjreed wrote: > use MONKEY_TYPING; > role Bar { has $.counter; } > class Pub does Bar { has $.saloon; } > augment class Pub { has $.snug; } > > ===SORRY!=== > Attribute '$!counter' already exists in the class, but a role also > wishes to compose it > > This is Raku

[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 #74592] [BUG] Null PMC access or imcc syntax error for non-our package or any package not in sink context in Rakudo

2011-09-23 Thread Will Coleda via RT
On Thu Apr 22 16:50:53 2010, masak wrote: > rakudo: my $x = package {...} > rakudo 7d43ee: OUTPUT�error:imcc:syntax error, unexpected ')' > (')') [...] > * masak submits rakudobug > rakudo: package {} > rakudo 7d43ee: ( no output ) > rakudo: my $x = package Foo {} > rakudo 7d43ee: OUTPUT�Nu

[perl #78034] 1..2.PARROT segfaults

2011-09-23 Thread Will Coleda via RT
On Fri Sep 24 12:59:41 2010, p...@patspam.com wrote: > The following code, entered into the Rakudo REPL, causes a ~30 second >delay, > followed by a Segmentation fault: > > $ perl6 > 1..2.PARROT > Segmentation fault > > The following variations are ok however: > $ perl6 > > 2.PARROT > Int > >

[perl #71456] Fw: Method 'prime' not found for invocant of class 'Integer'

2011-09-23 Thread Will Coleda via RT
On Sat Jul 24 15:19:58 2010, coke wrote: > On Sat Dec 19 19:02:49 2009, vamped wrote: > > # yahoo sent the first copy before I finished, arg! > > # ignore first email > > # > > # bug commented in code > > > > use v6; > > > > class Int is also { > >   method prime() { > >     return True; # actual