Bug 41728

GemBuilder for Smalltalk/VA

5.4.7, 5.4.6, 5.4.5, 5.4.4, 5.4.3, 5.4.2, 5.4.1, 5.4, 5.3.2, 5.3.1, 5.3, 5.2.7, 5.2.6, 5.2.5, 5.2.4, 5.2.3, 5.2.2, 5.2.1, 5.1.x

GemBuilder fileout/filein of GemStone Smalltalk doesn't initialize classes

From GemBuilder, when you file out GemStone Smalltalk classes that have
class initialize methods, and then file that fileout back in, the classes
won't get initialized after the filein. This is because the GemBuilder
fileout does not generate a do-it at the end that initializes classes that
implement an initialize method.

Workaround

Figure out which classes need to be sent #initialize, and do it.


                

Last updated: 7/18/11