Re: Can't load a pbc file that uses lexical vars

2005-12-03 Thread Leopold Toetsch
On Dec 3, 2005, at 4:31, Bob Rogers wrote: The attached test case fails in rev 10317 as follows: [EMAIL PROTECTED]> ./parrot -o lex-test-2-sub.pbc lex-test-2-sub.pir [EMAIL PROTECTED]> ./parrot lex-test-2-main.pir parrot: src/hash.c:243: hash_thaw: Assertion `info->extra_flags =

Can't load a pbc file that uses lexical vars

2005-12-02 Thread Bob Rogers
The attached test case fails in rev 10317 as follows: [EMAIL PROTECTED]> ./parrot -o lex-test-2-sub.pbc lex-test-2-sub.pir [EMAIL PROTECTED]> ./parrot lex-test-2-main.pir parrot: src/hash.c:243: hash_thaw: Assertion `info->extra_flags == EXTRA_IS_COUNT' failed. Aborted [EMA