Nov. 1, 2015
11:31 p.m.
great! Le 1/11/15 01:00, Marcus Denker a écrit :
On 01 Nov 2015, at 02:06, stepharo <stepharo@free.fr <mailto: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/
Marcus we should NOT use asClass in the system.
Yes, it was just a throw-away script. Not in the image.
Marcus