[perl #130634] Should Perl 6 be able to untangle the inclusion of the same role from different sources?

2017-08-28 Thread Brian S. Julin via RT
On Tue, 24 Jan 2017 17:11:13 -0800, raiph wrote: > Golf'd to: > > role A { method m {} } > role B does A {} > class C does A does B {} > > Method 'm' must be resolved by class C because it exists in multiple roles > (A, B) > > Note that the same issue leads also to: > > role A { has $a } > role

[perl #130634] Should Perl 6 be able to untangle the inclusion of the same role from different sources?

2017-01-24 Thread brian d foy
# New Ticket Created by "brian d foy" # Please include the string: [perl #130634] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130634 > I posted this to Stackoverflow without anyone pointing out the error of my ways, so I th