[squeak-dev] Dirty packages in trunk image

Bert Freudenberg bert at freudenbergs.de
Wed Jul 13 14:57:05 UTC 2011


Hi all,

I ran the snippet below in a freshly downloaded trunk image. It found a couple of differences:

- Monticello is dirty because of the Mock category
- FlexibleVocabularies is dirty because its empty -Info category was removed
- Collections is dirty because there is an unpackaged method, WeakRegistry class>>migrateOldRegistries

These discrepancies should be corrected before the release, but does anybody have an idea why this happened?

MCWorkingCopy allManagers
	do: [:wc |
		wc ancestors size = 1 ifTrue: [
			| parent changes |
			parent := wc repositoryGroup versionWithInfo: wc ancestors first.
			changes := wc package snapshot patchRelativeToBase: parent snapshot.
			wc modified: changes isEmpty not]]
	displayingProgress: 'Checking packages'.


- Bert -




More information about the Squeak-dev mailing list