Re[2]: [perl #31379] [PATCH] Implement Parrot_call_method

2004-08-29 Thread Mattia Barbon
On Sun, 29 Aug 2004 11:09:46 +0200 Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Mattia Barbon <[EMAIL PROTECTED]> wrote: > > > Hello, > > this patch implements Parrot_call_method (with test). > > This code seems to duplicate functions from F and > returning results from the call is missing.

Re: [perl #31379] [PATCH] Implement Parrot_call_method

2004-08-29 Thread Leopold Toetsch
Mattia Barbon <[EMAIL PROTECTED]> wrote: > Hello, > this patch implements Parrot_call_method (with test). This code seems to duplicate functions from F and returning results from the call is missing. If should be easy to wrap Parrot_run_meth* and use existing code. leo

[perl #31379] [PATCH] Implement Parrot_call_method

2004-08-28 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31379] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31379 > Hello, this patch implements Parrot_call_method (with test). It also adds a note t