[squeak-dev] Some is wrong or is just me ?

Edgar J. De Cleene edgardec2005 at gmail.com
Sat Mar 26 16:44:31 UTC 2011




On 3/26/11 1:12 PM, "Nicolas Cellier" <nicolas.cellier.aka.nice at gmail.com>
wrote:

> The version number is very simplistic: it sums the version number of
> each package.
> If you remove some packages, the version number decreases....
> 
> You would have to increase a constant to compensate for removed packages.
> 
> Nicolas

In my own fork I could retrieve .cs or .mcz from my repository or from
trunk.

And loading .mcz rises the update number. Also originate a numbered .cs

No operation should originate a image with a update number less as original
one IMHO

As I do Smalltalk unloadAllKnownPackages, then

SystemVersion newVersion: 'SqueakCore4.3'
SystemVersion current resetHighestUpdate.
SystemVersion current highestUpdate: 11157

And originate new sources with this.

Edgar





More information about the Squeak-dev mailing list