Re: [perl #129212] problem mixing in role with multi builds

2016-10-17 Thread mt1957
Hi, Revisiting the problem using rakudo version 2016.10-31-g6ed3a68 built on MoarVM version 2016.10 implementing Perl 6.c. The issue still exist but tried to rewrite things to get it working role RR1 { submethod BUILD ( Int :$i ) { say $i // 'No i'; } } role RR2 { submethod BUILD ( Str

[perl #129212] problem mixing in role with multi builds

2016-09-06 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #129212] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129212 > Hi, I get the following error using version 2016.08.1-66-g1ff1aae built on MoarVM version