The Trunk: Installer-Core-ct.458.mcz

[email protected] Sat, 4 Jul 2026 22:40:48 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-ct.458.mcz

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

Name: Installer-Core-ct.458
Author: ct
Time: 5 July 2026, 12:40:48.117014 am
UUID: a3d25223-c0e7-447f-83b0-639bd1de8dc8
Ancestors: Installer-Core-ct.457

Fixes multi-environment issues by refering to the current environment for unloading, just like loading (via Monticello) does.

=============== Diff against Installer-Core-ct.457 ===============

Item was changed:
  ----- Method: InstallerMonticello>>unloadCleanUp (in category 'public interface') -----
  unloadCleanUp
   
+ 	Environment current organization removeEmptyCategories.
- 	SystemOrganization removeEmptyCategories.
  
  	"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 ] ].
  	Smalltalk fixObsoleteReferences.!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]