Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #33031] Current object not in place at invoke time

5 views
Skip to first unread message

Dan Sugalski

unread,
Dec 13, 2004, 12:01:45 PM12/13/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Dan Sugalski
# Please include the string: [perl #33031]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=33031 >


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

Leopold Toetsch

unread,
Dec 14, 2004, 4:03:11 AM12/14/04
to perl6-i...@perl.org
Dan Sugalski <parrotbug...@parrotcode.org> wrote:

> 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

0 new messages