[Pkg] Installer: Installer-Core-kph.197.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Fri May 30 04:13:50 UTC 2008


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.197.mcz

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

Name: Installer-Core-kph.197
Author: kph
Time: 30 May 2008, 5:13:45 am
UUID: 83fcff38-5c70-429d-8b16-cbf04ee33be7
Ancestors: Installer-Core-kph.196

mod to unload

=============== Diff against Installer-Core-kph.196 ===============

Item was changed:
  ----- Method: Installer>>unload: (in category 'actions') -----
  unload: match 
  
  	(MCWorkingCopy allManagers select: [ :wc | match match: (wc package name) ])
  		 do: [ :wc | 
   			 	self logCR: 'Unloading ', wc package asString.
   				wc unload.
+ 	 			SystemOrganization removeEmptyCategories.
- 				wc package packageInfo systemCategories do: [ :cat |
- 				SystemOrganization removeCategory: cat.
- 		].
   	].
  
  	"Until Mantis 5718 is addressed"
   	Smalltalk at: #PackagePaneBrowser ifPresent: [ :ppbClass | ppbClass allInstancesDo: [ :ppb | ppb updatePackages ]  ].
   	Smalltalk at: #Browser ifPresent: [ :bClass | bClass allInstancesDo: [ :b | b updateSystemCategories ] ].
  	SmalltalkImage current fixObsoleteReferences.!



More information about the Packages mailing list