The Trunk: Monticello-ar.415.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-ar.415.mcz

commits-2
Andreas Raab uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ar.415.mcz

==================== Summary ====================

Name: Monticello-ar.415
Author: ar
Time: 23 December 2010, 10:21:03.689 am
UUID: da66ae0d-b22c-4f48-99c0-1b5ca70c22fb
Ancestors: Monticello-ar.414, Monticello-bp.413

Merging Monticello-bp.413:

- added cleanUp: to flushObsoletePackageInfos (only when doing an aggressive cleanUp)

=============== Diff against Monticello-ar.414 ===============

Item was changed:
  SystemOrganization addCategory: #'Monticello-Base'!
  SystemOrganization addCategory: #'Monticello-Chunk Format'!
  SystemOrganization addCategory: #'Monticello-Loading'!
  SystemOrganization addCategory: #'Monticello-Merging'!
  SystemOrganization addCategory: #'Monticello-Modeling'!
  SystemOrganization addCategory: #'Monticello-Patching'!
  SystemOrganization addCategory: #'Monticello-Repositories'!
  SystemOrganization addCategory: #'Monticello-Storing'!
  SystemOrganization addCategory: #'Monticello-UI'!
  SystemOrganization addCategory: #'Monticello-Versioning'!
- SystemOrganization addCategory: #'Monticello-Mocks'!

Item was added:
+ ----- Method: MCPackageManager class>>cleanUp: (in category 'class initialization') -----
+ cleanUp: aggressive
+ "Remove all PackageInfos that are not associated with an MCPackageManager when aggressively cleaning up"
+
+ aggressive ifTrue: [self flushObsoletePackageInfos]!