[perl #76298] [BUG] 'has' declarations and method protos can't coexist peacefully in Rakudo

2011-10-08 Thread Will Coleda via RT
On Wed Jun 30 09:21:21 2010, masak wrote: > rakudo: class A { has $.b; proto method b {} } > rakudo 806efc: OUTPUT«===SORRY!===␤A method named 'b' already > exists in class 'A'. It may have been supplied by a role.␤» > cxreg: that's your error, right? > right > I don't think I've seen this ad

[perl #76298] [BUG] 'has' declarations and method protos can't coexist peacefully in Rakudo

2010-07-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76298] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76298 > rakudo: class A { has $.b; proto method b {} } rakudo 806efc: OUTPUT«===SORRY!===␤A me