[perl #45949] [TODO] Consider only candidates from current mro in mmd_search_classes()?

Christoph Otto via RT parrotbug-followup at parrotcode.org
Sat Apr 18 08:40:34 UTC 2009


On Wed Oct 15 11:39:21 2008, coke wrote:
> On Tue Oct 02 10:13:17 2007, pcoch wrote:
> > In src/mmd.c there is the todo item within mmd_search_classes():
> > 
> >  if (!PMC_IS_NULL(pmc)) {
> >      /*
> >       * mmd_is_hidden would consider all previous candidates
> >       * XXX pass current n so that only candidates from this
> >       *     mro are used?
> >       */
> >       if (mmd_maybe_candidate(interp, pmc, cl))
> >           break;
> >       }
> 
> This is now in src/multidispatch.c, Parrot_mmd_search_classes

The function in question was removed in r38192, so this ticket is rejected.



More information about the parrot-dev mailing list