[perl #45959] [TODO] Check arity of sub in mmd_maybe_candidate()

2008-10-16 Thread Andrew Whitworth via RT
On Tue Oct 02 10:22:41 2007, pcoch wrote: > In the file src/mmd.c there is the todo item within mmd_maybe_candiate(): > > if (VTABLE_isa(interp, pmc, _sub)) { > /* a plain sub stops outer searches */ > /* TODO check arity of sub */ > > VTABLE_push_pmc(interp, cl, pmc); In this, we w

[perl #45959] [TODO] Check arity of sub in mmd_maybe_candidate()

2008-10-15 Thread Will Coleda via RT
On Tue Oct 02 10:22:41 2007, pcoch wrote: > In the file src/mmd.c there is the todo item within mmd_maybe_candiate(): > > if (VTABLE_isa(interp, pmc, _sub)) { > /* a plain sub stops outer searches */ > /* TODO check arity of sub */ > > VTABLE_push_pmc(interp, cl, pmc); Now in src/m

Re: [perl #45959] [TODO] Check arity of sub in mmd_maybe_candidate()

2007-10-02 Thread chromatic
On Tuesday 02 October 2007 10:22:42 Paul Cochrane wrote: > # New Ticket Created by Paul Cochrane > # Please include the string: [perl #45959] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=45959 > > > > In the file src/mmd