On Sat Feb 20 03:57:14 2010, masak wrote:
> <diakopter> rakudo: {nom,nom,nom}.=()
> <p6eval> rakudo 3b869c: OUTPUT«src/hash.c:144: failed assertion
> 's'␤Backtrace - Obtained 17 stack frames [...]
> <jnthn> Now you've gone and done it.
> <diakopter> it eated itself
> * masak submits diakopter's rakudobug
> <masak> rakudo: {}.=()
> <p6eval> rakudo 71d884: OUTPUT«src/hash.c:144: failed assertion
> 's'␤Backtrace - Obtained 17 stack frames [...]
> <masak> rakudo: say {}.WHAT
> <p6eval> rakudo 71d884: OUTPUT«Hash()␤»

./perl6
>  {nom,nom,nom}.=()
Can not use .= on a non-identifier method call at line 1, near "\n"
> {}.=()
Can not use .= on a non-identifier method call at line 1, near "\n"
> say {}.WHAT
Hash()


-- 
Will "Coke" Coleda

Reply via email to