On Friday 24 November 2006 13:47, Matt Diephouse wrote:

> The attached patch does the following:
>
>    * Removes MultiSub logic from Parrot_find_name_op
>    * Removes the following functions
>      - Parrot_MMD_search_default_inline (unused)
>      - Parrot_MMD_search_default_func (unused after changes)
>      - Parrot_MMD_dispatch_func (unused after changes)
>      - mmd_search_lexical (unused, empty stub)
>      - mmd_search_global (unneeded)
>    * Adds a Parrot_mmd_sort_candidate_list function
>    * Renames mmd_search_package to mmd_search_cur_namespace
>    * Removes exception from MultiSub.invoke()
>
> I didn't apply it myself because it affects external facing
> functions. The main idea of the patch is to the amount of MultiSub
> logic in src/mmd.c.

The tests still worked for me (though it didn't fix the Pheme issue).  I'm 
happy with the patch.

-- c

Reply via email to