A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-mt.1162.mcz==================== Summary ====================
Name: System-mt.1162
Author: mt
Time: 27 May 2020, 9:40:28.84826 am
UUID: 040b0a5e-69de-1743-8520-f6a3ab142049
Ancestors: System-mt.1161
Adds missing #unload.
Follow the discussion here:
http://forum.world.st/The-Inbox-System-mt-1161-mcz-td5117249.htmlCurrent issues:
- Maybe rename to HostPlatform
- Maybe (not) model platforms as subclasses of HostPlatform
=============== Diff against System-mt.1161 ===============
Item was added:
+ ----- Method: SystemPlatform class>>unload (in category 'class initialization') -----
+ unload
+
+ Smalltalk removeFromStartUpList: self.!