# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #74078]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74078 >


<colomon> rakudo: role Animal { method speak() { say "Blah"; } }; role
Canine does Animal { method speak() { say "Howl"; }}; class Dog does
Canine { }; Dog.new.speak
<p6eval> rakudo c41cf3: OUTPUT«Could not find sub &say [...]
<colomon> :\
<masak> colomon: that seems wrong.
<colomon> masak: my code or Rakudo's response?
<masak> colomon: Rakudo's not finding &say.
<masak> colomon: perhaps a result of jnthn's refactors today.
<colomon> rakudo: role Animal { method speak() { say "Blah"; } };
class Dog does Animal { }; Dog.new.speak
<p6eval> rakudo c41cf3: OUTPUT«Could not find sub &say [...]
<colomon> masak: I was actually trying to duplicate the bug I got
working on Numeric / Real a few days ago.
<colomon> I seem to have found an entirely different bug in the process.
<masak> colomon++
<masak> rakudo: class Dog { method speak() { say "Blah"; } }; Dog.new.speak
<p6eval> rakudo c41cf3: OUTPUT«Blah␤»
<masak> colomon: care to submit it to RT? or shall I?
<colomon> be my guest, I need to get back to packing.  ;)
* masak submits

Reply via email to