[squeak-dev] Re: [ANN] Monticello 2.0.20

Colin Putney cputney at wiresong.ca
Sun Aug 17 18:41:43 UTC 2008


On 17-Aug-08, at 4:44 AM, stephane ducasse wrote:

> do you manage differently doit and class definitions in MC2 Slices
> (because changesets do not make a difference and this is a pain. I  
> would really like to get rid of the old
> implementation of changesets

MC2 manages class definitions by breaking them up into smaller pieces.  
The definition of a class has contains only the following state:

- superclass name
- format (normal, variable, bytes etc)
- category

All the instance variables, class instance variables, pool imports etc  
are split out into definitions of their own.

The MC2 model doesn't manage doits at all, although it will generate  
them if you export a snapshot in .st format.

Colin




More information about the Squeak-dev mailing list