The Trunk: System-mt.1532.mcz

[email protected]
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.1532.mcz

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

Name: System-mt.1532
Author: mt
Time: 7 August 2026, 2:57:44.894162 pm
UUID: dc7c8599-23a8-0e46-ae46-e048f4b70edc
Ancestors: System-mt.1531

Fixes issue with default locale, which is noticeable as an initial delay, especially in SqueakJS.

=============== Diff against System-mt.1531 ===============

Item was added:
+ ----- Method: Locale class>>cleanUp: (in category 'class initialization') -----
+ cleanUp: aggressive
+ 
+ 	aggressive ifTrue: [
+ 		self resetKnownLocales.
+ 		self current: self default].!

Item was changed:
  ----- Method: Locale class>>default (in category 'constants') -----
  default
+ 	"Answer the default locale for the environment, which is usually (developer) English w/o country specified."
+ 	
- 
  	^ self localeID: LocaleID default!

Item was changed:
  Object subclass: #NaturalLanguageTranslator
  	instanceVariableNames: 'id'
+ 	classVariableNames: 'Current'
- 	classVariableNames: 'Current Translators'
  	poolDictionaries: ''
  	category: 'System-Localization'!
  NaturalLanguageTranslator class
  	instanceVariableNames: 'translators'!
  
  !NaturalLanguageTranslator commentStamp: '<historical>' prior: 0!
  abstract class of natural language translator.
  Class side manages and holds loaded instances of concrete classes.!
  NaturalLanguageTranslator class
  	instanceVariableNames: 'translators'!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.