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
# 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
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
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
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
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 contextUse of uninitialized value in numeric contextUse o
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
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
> >
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