[Newbies] remove a method

Lukas Renggli renggli at gmail.com
Mon Mar 19 10:15:11 UTC 2007


> I use Squeak 3.9#7067 and in one of my classes I would like to remove a method. In the last days I loaded several EToy-projects into my image.

I don't think eToys works in 3.9 because nobody cared to maintain it.

> What is the right thing to do ?

Try to evaluate the following expression:

    Player allSubclasses do: [ :each | each compileAll ]

> What is happening exactly ?

It looks like your compiled method is coming from an old Squeak image.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Beginners mailing list