Problem deleting methods

Michael Fremont fremontmj at gmail.com
Thu Oct 18 17:11:17 UTC 2007


I tried to delete a method in the OmniBrowser and got a walkback:

UndefinedObject>>doesNotUnderstand: #pragmas
CompiledMethod>>pragmas
CompiledMethod>>hasLiteralThorough:

The problem is that CompiledMethod>>properties (called in >>pragmas)
is returning nil.

Now I can't delete ANY method.

This happened sometime after I tried to push down a method to a
subclass and I got a complaint about the class not being an abstract
class.  I don't know if this is related.

I didn't know how to solve this problem, so I went back to an earlier
image; but this has happened to me once before and I'd like it not to
happen again!

Does anyone have any suggestions?

Thanks in advance,

Mike



More information about the Squeak-dev mailing list