Re: addattribute bug

2004-02-25 Thread Dan Sugalski
At 12:23 PM -0500 2/25/04, Simon Glover wrote: This code: newclass P1, Foo subclass P2, P1, Bar addattribute P2, bar_i print ok 2\n end barfs with: SArray index out of bounds! Is this a bug or just something that hasn't been implemented yet? Good question, though I'd

addattribute bug

2004-02-25 Thread Simon Glover
This code: newclass P1, Foo subclass P2, P1, Bar addattribute P2, bar_i print ok 2\n end barfs with: SArray index out of bounds! Is this a bug or just something that hasn't been implemented yet? Simon