On Sat Sep 18 14:57:30 2010, moritz wrote:
> 23:53 < moritz_> rakudo: enum A <b c>; enum A <b c>;
> 23:53 <+p6eval> rakudo a204ba: OUTPUT«===SORRY!===␤Contextual 
$*PKGDECL
> not found␤»
> 23:53 < moritz_> std: enum A <b c>; enum A <b c>;
> 23:53 <+p6eval> std : OUTPUT«===SORRY!===␤Illegal redeclaration of
> symbol 'A' (see line 1) at /tmp/nv2tUGIUEQ line 1:␤------> enum A <b 
c>;
>  enum A⏏ <b c>;␤Illegal redeclaration of symbol 'b' (see line 1)  at
> /tmp/nv2tUGIUEQ line 1:␤------> enum A <b c>; enum A <b
> c>[33…
> 23:53  * moritz_ submits rakudobug
> 23:53 < moritz_> sECuRE++ found it

This no longer dies:

20:21 < [Coke]> rakudo: enum A <b q>; enum A <b  d>; print d; print q
20:21 <+p6eval> rakudo ebd4d8: OUTPUT«d»

Since LTA error is gone, can we close this with tests? (or is this not 
to spec?)
-- 
Will "Coke" Coleda

Reply via email to