# New Ticket Created by Chris Hudnall
# Please include the string: [perl #67790]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67790 >
rakudo: class A{}; say A.HOW().perl
rakudo 254b3a: OUTPUT«Method 'perl' not found for i
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #67778]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67778 >
rakudo: class AtestOfSay { ... }; my AtestOfSay $t; say $t;
rakudo 21066f: OUTPUT«Can'
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #67784]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67784 >
rakudo: class class {}; say class.new.perl
rakudo 5901f2: OUTPUT«Unable to parse class
Hi,
I came to this
12:51 <@moritz_> rakudo: my $x = 3; say $x, ' ', ++$x;
12:51 < p6eval> rakudo 7b81c0: OUTPUT«4 4»
12:51 <@moritz_> rakudo: my $x = 3; say $x, ' ', $x++;
12:51 < p6eval> rakudo 7b81c0: OUTPUT«4 3»
This looks very counter intuitive, because it looks like the arguments
are ev
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #67786]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67786 >
rakudo: subset Positive of Num where { $^n > 0 }; my Positive
$p; $p = -42
rakudo 5901
On Tue Jul 21 17:05:56 2009, hud...@walttollefson.com wrote:
> rakudo: role List {method foo{1}}
>
> rakudo 3b1bda: OUTPUT«Method '!add_variant' not found for invocant
> of class ”»
>
> My first rakudobug...
Declaring an existing class as a role seems to be the culprit here.
rakudo: role List
# New Ticket Created by tan nguyen
# Please include the string: [perl #67758]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67758 >
rt-66366.patch
Description: Binary data
# New Ticket Created by tan nguyen
# Please include the string: [perl #67762]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67762 >
num-str.patch
Description: Binary data
# New Ticket Created by Christopher Hudnall
# Please include the string: [perl #67768]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67768 >
rakudo: role List {method foo{1}}
rakudo 3b1bda: OUTPUT«Method '!add_variant' no