[perl #131676] doing a role fails to find inherited methods in some cases

2017-09-23 Thread Brian S. Julin via RT
On Mon, 07 Aug 2017 08:25:10 -0700, c...@zoffix.com wrote: > On Thu, 29 Jun 2017 03:46:02 -0700, c...@zoffix.com wrote: > > Mu provides iterator method, but when you mix in a role that wants it > > implemented, it doesn't find it: > > > > m: role Meow { method iterator {…} }; class Bar does Meow

[perl #131676] doing a role fails to find inherited methods in some cases

2017-09-22 Thread Brian S. Julin via RT
On Mon, 07 Aug 2017 08:25:10 -0700, c...@zoffix.com wrote: > On Thu, 29 Jun 2017 03:46:02 -0700, c...@zoffix.com wrote: > > Mu provides iterator method, but when you mix in a role that wants it > > implemented, it doesn't find it: > > > > m: role Meow { method iterator {…} }; class Bar does Meow

[perl #131676] doing a role fails to find inherited methods in some cases

2017-08-07 Thread Zoffix Znet via RT
On Thu, 29 Jun 2017 03:46:02 -0700, c...@zoffix.com wrote: > Mu provides iterator method, but when you mix in a role that wants it > implemented, it doesn't find it: > > m: role Meow { method iterator {…} }; class Bar does Meow {} > camelia rakudo-moar 2a8d1e: OUTPUT: «5===SORRY!5=== Error

[perl #131676] doing a role fails to find inherited methods in some cases

2017-06-29 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131676] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131676 > Mu provides iterator method, but when you mix in a role that wants it implemented, it