Nov. 1, 2015
8 a.m.
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: <https://pharo.fogbugz.com/f/cases/16254/>https://pharo.fogbugz.com/f/cases/16254/ <https://pharo.fogbugz.com/f/cases/16254/>
Marcus we should NOT use asClass in the system.
Yes, it was just a throw-away script. Not in the image. Marcus