[perl #68774] Calling method in Multi dies with internal parrot error

2010-07-27 Thread Will Coleda via RT
On Tue Aug 25 06:15:37 2009, druoso wrote: > 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 Ma

[perl #68774] Calling method in Multi dies with internal parrot error

2009-08-25 Thread via RT
# New Ticket Created by Daniel Ruoso # Please include the string: [perl #68774] # in the subject line of all future correspondence about this issue. # 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