[Pharo-dev] Re: [Help needed] 160 method with "sent but not implemented" selectors

2023-06-30 Thread Bernardo Ezequiel Contreras
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 wrote: > This is a not-that important cleanup: It would be nice if we would tag or > fix all

[Pharo-dev] [Help needed] 160 method with "sent but not implemented" selectors

2023-06-30 Thread Marcus Denker
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

[Pharo-dev] This week (26/2023) on the Pharo Issue Tracker

2023-06-30 Thread Marcus Denker
This week (26/2023) on the Pharo Issue Tracker # Fixes - 4074-Transcript-should-be-able-to-clear-the-contents-of-the-transcript #14100 https://github.com/pharo-project/pharo/pull/14100 - Remove ReUtilityMethodsRule #13947