Currently parrot sets the current object for a method call *after*
calliing invoke on the invokable thing. This is a bit problematic,
since the invokable thing likely needs to have the object in place to
invoke right.
All the interpreter bits (return continuation, current object, and so
forth) should be set before doing the invoke.
--
Dan
--------------------------------------it's like this-------------------
Dan Sugalski even samurai
d...@sidhe.org have teddy bears and even
teddy bears get drunk
> Currently parrot sets the current object for a method call *after*
> calliing invoke on the invokable thing. This is a bit problematic,
> since the invokable thing likely needs to have the object in place to
> invoke right.
Fixed.
leo