On Fri, Jun 24, 2011 at 9:47 AM, Damien Cassou <[email protected]> wrote:
> - one method per class returning a list of selectors. I guess we could
> use the Announcer to be notified when this particular method is loaded
> or updated.

Of equal/more importance, when a method referenced by this method is
removed, it needs to update this referencing method.  Even more
interesting, when a method is added to the class that is side-effect
free and MethodFinder friendly, it should be added to the list
(although that would be fun to figure out programmatically).  Also, if
a method is updated to have side-effects, it should be removed from
this list as well, although this doesn't happen very often.

-Chris

Reply via email to