[perl #75644] [BUG] Error when reporting an error during parsing caused by doing a role with Lions containing each other in Rakudo

2010-08-12 Thread Carl Mäsak via RT
masak (), coke (): masak rakudo: role Lion[::T] {}; class LionMadeOfLions does Lion[Lion] {} p6eval rakudo a54677: OUTPUT«===SORRY!===␤Could not find sub chars␤» masak whoa! :) * masak submits rakudobug Behavior has changed: [Coke] rakudo: role Lion[::T] {}; class LionMadeOfLions

[perl #75644] [BUG] Error when reporting an error during parsing caused by doing a role with Lions containing each other in Rakudo

2010-08-11 Thread Will Coleda via RT
On Wed Jun 09 14:22:08 2010, masak wrote: masak rakudo: role Lion[::T] {}; class LionMadeOfLions does Lion[Lion] {} p6eval rakudo a54677: OUTPUT«===SORRY!===␤Could not find sub chars␤» masak whoa! :) * masak submits rakudobug Behavior has changed: [Coke] rakudo: role Lion[::T] {}; class

[perl #75644] [BUG] Error when reporting an error during parsing caused by doing a role with Lions containing each other in Rakudo

2010-06-10 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #75644] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75644 masak rakudo: role Lion[::T] {}; class LionMadeOfLions does Lion[Lion] {} p6eval