Carl Mäsak via RT wrote:
On Thu Mar 19 16:56:41 2009, ml...@physik.uni-wuerzburg.de wrote:
00:49 < p6eval> rakudo c26021: OUTPUT«Null PMC access in isa()current
instr.: 'parrot;List;!flatten' pc 6213 (src/classes/List.pir:253)»
00:50 < moritz_> now that should complain at compile time about $x not
being declared
Wait, where's the code?
I shouldn't submit tickets late at night...
rakudo: say $x; my $x=4
rakudo c26021: OUTPUT«Null PMC access in isa()current instr.:
'parrot;List;!flatten' pc 6213 (src/classes/List.pir:253)»
There you go.
(I think we have tests for that in t/spec/S04-declarations/my.t, but I'm
too lazy to check right now)
Cheers,
Moritz