The Inbox: System-ct.1531.mcz

[email protected] Sun, 2 Aug 2026 20:47:52 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of System to project The Inbox:
http://source.squeak.org/inbox/System-ct.1531.mcz

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

Name: System-ct.1531
Author: ct
Time: 2 August 2026, 10:47:50.934855 pm
UUID: 04cc9535-2306-45a6-a72e-a046a33429bd
Ancestors: System-ct.1528

Fixes bad slip in SpaceTally cleanUp that led to an unitialized class var and a broken SpaceTally in release images. I have checked the trunk for similar slips since the latest release and could not find further ones.

Self-assessment: URGENT for release. :-) Sorry for the slip!

=============== Diff against System-ct.1528 ===============

Item was changed:
  ----- Method: SpaceTally class>>cleanUp (in category 'class initialization') -----
  cleanUp
  
+ 	self initialize.!
- 	Mirror := nil.!

Item was changed:
  (PackageInfo named: 'System') postscript: 'Process startUp: true. "Update''s VM''s notion of threadAffinity and osError inst vars"
  
  SystemNavigation initializeAuthors. "System-ct.1502"
+ WeakArray restartFinalizationProcess. "System-eem.1472"
+ SpaceTally initialize. "System-ct.1531"'!
- WeakArray restartFinalizationProcess. "System-eem.1472"'!

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