On Thu Feb 19 09:45:41 2009, moritz wrote: > On Thu Feb 19 02:39:47 2009, masak wrote: > > <masak> I know. let's do diamonds! ...drug reference win? ;-)
> > <masak> rakudo: role A { method foo { say "OH HAI" } }; role B does A > > {}; role C does A {}; class D does B does A {}; D.new.foo > > <p6eval> rakudo 543e22: OUTPUT«A conflict occurred during role > > composition due to method 'foo'. [...] > > <masak> this should work, shouldn't it? > > <masak> a method shouldn't conflict with itself. > > <jnthn> That's a bug. > > * masak bugmits rakudosub > I've fugbixed it now in git 14cd976. > Test added to t/spec/S12-role/composition.t > And unfudged this. Thanks, Jonathan