[perl #59788] [BUG] inplace shift left (shl_p_p, shl_p_i) fails

James Keenan via RT parrotbug-followup at parrotcode.org
Sun Feb 1 00:03:03 UTC 2009


At r36214, I can not reproduce this bug:

$ cat x.pir
.sub main :main
$P0 = new 'Integer'
$P0 = 1
$P1 = $P0 << 3
say $P1
$P0 <<= 3
say $P0
.end

[li11-226:parrot] 505 $ ./parrot x.pir
8
8

Okay to close the ticket?


More information about the parrot-dev mailing list