> 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:
https://pharo.fogbugz.com/f/cases/16254/

Marcus we should NOT use asClass in the system.
It is a bad concept because the environment is not explicit.
It is a plague and we will fight it when we will want a real "remote" environment.

Stef

Reply via email to