great!


Le 1/11/15 01:00, Marcus Denker a �crit�:

On 01 Nov 2015, at 02:06, stepharo <stepharo@free.fr> wrote:

> we need to write a script to delete all the wrong methods.


I inspected the failing lint rule and executed on the dictionary:

self keys do: [:classSymbol |
����(self at: classSymbol) do: [:selector |
��������classSymbol asClass removeSelector: selector.
����]]

resulting slice is committed:

Marcus we should NOT use asClass in the system.

Yes, it was just a throw-away script. Not in the image.

Marcus