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

-- 
Will "Coke" Coleda

Reply via email to