On Sat Nov 08 20:39:00 2008, [EMAIL PROTECTED] wrote:
> <bacek> rakudo: enum Foo<get_string>;
> <polyglotbot> OUTPUT[A method named 'get_string' already exists in
> class ''. It may have been supplied by a role.␤current instr.:
> '_block15' pc -339673149 ((unknown file):-1)␤called from Sub
> '_block15' pc 169 (EVAL_11:55)␤called from Sub
> 'parrot;PCT;HLLCompiler;evalpmc' pc 804
>  ..(src/PCT/HLLCompiler.pir:468)␤called from Sub
> 'parrot;PCT;HLLCompiler;compile' pc 4...
> <bacek> rakudo's enums are really bad...
Fixed this one in r33217.

> <bacek> rakudo: enum Foo<pick>;
> <polyglotbot> RESULT[Null PMC access in find_method()␤current instr.:
> '_block14' pc 25 (EVAL_15:12)␤called from Sub
> 'parrot;PCT;HLLCompiler;eval' pc 866
> (src/PCT/HLLCompiler.pir:501)␤called from Sub
> 'parrot;PCT;HLLCompiler;evalfiles' pc 1141
> (src/PCT/HLLCompiler.pir:631)␤called from Sub
>  ..'parrot;PCT;HLLCompiler;command_line' pc 1320
> (src/PCT/HLLCompiler.pir:72...
> 
That one worked when I tired it today, so not sure what it was. Maybe
related to the single element enum breakage that was fixed before now.

Thanks for reporting,

Jonathan

Reply via email to