Adding inst var does not recompile subclasses
Status: Pre-Alpha
Brought to you by:
gulik
When adding an instance variable, slot indexes in all subclasses are changed. Subclasses need to be recompiled.
Currently this does not happen if the subclass is in another Package.
IMHO this is a bug in the design of Smalltalk. Instance variables of superclasses should never be able to be directly accessed, and instvars should be numbered starting from 1 for each class regardless of what is available in the superclass.