# New Ticket Created by Daniel Ruoso # Please include the string: [perl #68774] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68774 >
ru...@cajueiro:~/devel/perl6/parrot/rakudo$ ./perl6 > my $a = Multi.new; $a.push(sub (1,2,3) { }); $a.push(sub (1,2) { }); say $a.find_possible_candidates(1,2); Attributes of type 'MMD_Cache *' cannot be subclassed from a high-level PMC. in Main (<unknown>:1) Relevant IRC log. <jnthn> ruoso: I'm not quite sure why that's exploding, or where it's trying to subclass Perl6MultiSub. <ruoso> maybe because I'm calling Multi.new() <ruoso> ? <jnthn> ruoso: Hadn't quite seen that issue coming though... :-S <jnthn> ruoso: Yeah <jnthn> ruoso: I'm guessing in there. <jnthn> I'd need to get a backtrace and see exactly when we get taht error. <jnthn> I am slightly surprised. * jnthn needs to get the code onto github now. <ruoso> jnthn, do you want me to rakudobug it? <jnthn> ruoso: You can, I'd like to look into what's going on. daniel