[UPDATES] 9 for 3.6beta

Andres Valloud sqrmax at comcast.net
Mon Sep 1 17:53:31 UTC 2003


Hi.

> > WARNING: Change set has been manually re-arranged.
> > Take care when trying to file it out again.  The definition of
> > Character class>>initialize, Character
> > class>>initializeClassificationTable and an evaluation of 'Character
> > initialize' have to be the first steps after the Character class
> > redefinition.

This problem can be avoided by making more than 1 changeset.  Each
changeset contains the atomic change operations that need to happen.  By
naming changesets such as

	New Symbol Table 1
	New Symbol Table 2
	New Symbol Table 3
	New Symbol Table 4
	New Symbol Table 5
	New Symbol Table 6
	New Symbol Table 7

the proper order is maintained.  It's also easier to manage.

Just my 2 cents,
Andres.



More information about the Squeak-dev mailing list