# New Ticket Created by Matthew Walton
# Please include the string: [perl #66966]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66966 >
As far as I'm aware, these should be, semantically, the same:
role R { }
class C {
# New Ticket Created by Johan Viklund
# Please include the string: [perl #66978]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66978 >
-- code --
class A {
method a(*...@a) {
say "A self={self.perl} ar...@a.per
I dont quite understand, see below:
Patrick R. Michaud via RT wrote:
On Tue Jun 16 10:14:11 2009, richardh wrote:
my @a=1,2,3,4; my @b=9,8,7,1; say (@a minmax @b).perl
While rakudo doesn't implement infix: yet, the operator is
constrained to having two elements on either side, so the
# New Ticket Created by Bjoern Hoehrmann
# Please include the string: [perl #66974]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66974 >
Hi,
class Example::Actions {
multi method TOP($match, $tag) {
say "Hell
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66996]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66996 >
rakudo: my $a = :x[]
rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...]
* ma
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66998]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66998 >
18:07 <@moritz_> rakudo: class NotAny is Object { };
18:07 < p6eval> rakudo 6c43f9: OUTPU
# New Ticket Created by Hojung Yoon
# Please include the string: [perl #67010]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67010 >
rev: 6c43f9
cmp works.
sort works.
coersion works.
wrong-dispatch works.
But, the last e