these |selectors| selectors := SystemNavigation new allSentNotImplementedSelectors. selectors select: [ :each | each senders isEmpty ]. can be removed? On Fri, Jun 30, 2023 at 11:15â¯AM Marcus Denker <marcus.denker@inria.fr> wrote:
This is a not-that important cleanup: It would be nice if we would tag or fix all methods with "sent but not implementedâ selectors
if you inspect:
SystemNavigation new allSentNotImplementedSelectors
you get 160 methods in Pharo12.
- some are dead code -> we should remove those
- some are methods used for tests - there might be some that are send to objects with a DNU handler -> we should tag them using the < #ignoreNotImplementedSelectors: #()> Pragma
- some are bugs -> we should fix those
Helo is welcome!
If we fix them all we can add a release test and make sure that code like this never is merged.
Marcus
-- Bernardo E.C. Sent from a cheap desktop computer in South America.