The Trunk: System-mt.1533.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of System to project The Trunk: http://source.squeak.org/trunk/System-mt.1533.mcz ==================== Summary ==================== Name: System-mt.1533 Author: mt Time: 7 August 2026, 3:06:43.985191 pm UUID: 200fe714-cd61-024f-8f72-cdf404068917 Ancestors: System-mt.1532 Really get rid of all extra references to Locale instances during clean-up. =============== Diff against System-mt.1532 =============== Item was changed: ----- Method: Locale class>>cleanUp: (in category 'class initialization') ----- cleanUp: aggressive aggressive ifTrue: [ self resetKnownLocales. + self current: self default. + Previous := nil].! - self current: self default].! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]