[perl #67790] class A{}; say A.HOW().perl fails

2009-07-22 Thread via RT
# 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

[perl #67778] [BUG] '...' should probably be defined in terms of leave instead of return in Rakudo

2009-07-22 Thread Carl Mäsak
# 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'

[perl #67784] [BUG] Cannot refer to a defined class 'class' in Rakudo

2009-07-22 Thread Carl Mäsak
# 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

Parameter binding

2009-07-22 Thread Moritz Lenz
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

[perl #67786] [BUG] The type name of a subset is not reported in an assignment type check in Rakudo

2009-07-22 Thread Carl Mäsak
# 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

[perl #67768] [BUG] Very unhelpful error message for declaring a role with a name already assigned to a class

2009-07-22 Thread Carl Mäsak via RT
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

[perl #67758] [PATCH] [perl 66366]

2009-07-22 Thread via RT
# 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

[perl #67762] [PATCH] Num.Str should stringify

2009-07-22 Thread via RT
# 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

[perl #67768] [BUG] Very unhelpful error message for declaring a role with a name already assigned to a class

2009-07-22 Thread via RT
# 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