The Trunk: Monticello-bp.413.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-bp.413.mcz

commits-2
Levente Uzonyi uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bp.413.mcz

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

Name: Monticello-bp.413
Author: bp
Time: 14 December 2010, 8:00:35.712 am
UUID: fdcd0906-5c39-4653-80e2-e71ee1c117a4
Ancestors: Monticello-bp.412

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

=============== Diff against Monticello-bp.412 ===============

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]!