On 01 Nov 2015, at 02:06, stepharo <stepharo@free.fr> wrote:
Marcus we should NOT use asClass in the system.> 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:
Yes, it was just a throw-away script. Not in the image.
Marcus