[perl #66966] [BUG] Supposedly equivalent code doesn't work the same when formatted with different whitespace

2009-06-26 Thread via RT
# 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 {

[perl #66978] [BUG] nextsame in method dispatch doesn't pass on self

2009-06-26 Thread via RT
# 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

Re: [perl #66640] [BUG] minmax operator not working yet

2009-06-26 Thread Richard Hainsworth
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

[perl #66974] Action methods with too many parameters die with Null PMC Access

2009-06-26 Thread via RT
# 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

[perl #66996] [BUG] Null PMC access when Rakudo tries to parse :colonpair[] with empty list

2009-06-26 Thread Carl Mäsak
# 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

[perl #66998] Inheriting from Object directly causes error "Could not build C3 linearization: ambiguous hierarchy"

2009-06-26 Thread via RT
# 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

[perl #67010] [BUG] Error with glibc backtrace dump when cmp used wrong

2009-06-26 Thread via RT
# 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