[perl #60946] [BUG] cannot override isa() if PIR uses isa opcode

2009-04-29 Thread Patrick R. Michaud via RT
On Sun Nov 30 21:05:13 2008, ch...@chrisdolan.net wrote: > I'm trying to make mock objects in Rakudo, but the 'isa' opcode in > PIR seems to ignore my overridden isa() method. ...and that's likely to be the case for some time to come. In general, Parrot's vtable functions don't map well onto

[perl #60946] [BUG] cannot override isa() if PIR uses isa opcode

2009-04-29 Thread Ron Schmidt via RT
>From IRC discussion on 4/29 13:54 pmichaud at the moment I think I'm going to declare RT #60946 (sic.) "not a bug" and let it slide for now. We don't currently make any guarantees that Rakudo objects play nicely with Parrot 'isa' opcodes. 13:54 PhatEddy The ticket seems to ask whether parrot cl

[perl #60946] [BUG] cannot override isa() if PIR uses isa opcode

2008-12-01 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #60946] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60946 > I'm trying to make mock objects in Rakudo, but the 'isa' opcode in PIR seems to ignore