http://irclog.perlgeek.de/perl6/2015-09-14#i_11216866
> 19:18 jnthn https://rt.perl.org/Ticket/Display.html?id=125978 seems stable
> locally
> 19:18 Perhaps thanks to my invocation race fixes
> [...]
> 19:19 jnthn cdc: Maybe you could test ^^ on latest
I did some test
Another way to produce such this issue:
perl6 -e "say 'ip'.IO.lines.hyper.map(* ~~ /<{ (1...255).list }> '.'/).all.so"
Incompatible MROs in P6opaque rebless
in any mixin at src/gen/m-Metamodel.nqp:1273
in whatevercode at -e:1
Incompatible MROs in P6opaque rebless
in any mixin at src/gen/m-
For information, it segfaults -- if pre-compiled -- when modifying the
code snippet this way:
+sub call-with(|args) { callwith(|args) }
+
multi sub trait_mod:(Routine $routine, :$wrapped!) {
- $routine.wrap: -> |args { callwith(|args) }
+ $routine.wrap: -> |args { ca