[perl #60036] [BUG] inplace math fails post-MMD

Will Coleda via RT parrotbug-followup at parrotcode.org
Mon Sep 21 06:48:15 UTC 2009


On Sat Jan 31 16:25:37 2009, jkeen at verizon.net wrote:
> Bug still present as of r36214:
> 
> [li11-226:parrot] 526 $ cat y.pir;./parrot y.pir
> .sub main :main
> $P1 = new 'Integer'
> assign $P1, 4
> $P1 *= 3
> say $P1
> 
> $P0 = subclass 'Integer', 'MyInt'
> $P1 = new 'MyInt'
> assign $P1, 4
> $P1 *= 3
> say $P1
> 
> .end
> 
> 
> 12
> Multiple Dispatch: No suitable candidate found for 'i_multiply_int',
> with signature 'PI'
> current instr.: 'main' pc 21 (y.pir:9)

Now being tracked at https://trac.parrot.org/parrot/ticket/1040.

-- 
Will "Coke" Coleda


More information about the parrot-dev mailing list