[squeak-dev] The Inbox: Multilingual-lrnp.283.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 29 03:55:51 UTC 2022


A new version of Multilingual was added to project The Inbox:
http://source.squeak.org/inbox/Multilingual-lrnp.283.mcz

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

Name: Multilingual-lrnp.283
Author: lrnp
Time: 28 April 2022, 9:55:49.009678 pm
UUID: 82a0ff0c-f979-4ca4-bec5-2aad22b265bc
Ancestors: Multilingual-mt.281

cleanUp clears known environment instances cache

Stale instances of LanguageEnvironment may also contain stale instances of TextConverter and must be cleared as well.

Fixes an issue where a non-conforming instance of UTF8TextConverter was saved into the trunk image, causing new instances to behave as expected but methods that used Locale to look up a TextConverter to fail.

Loading this version will automatically clear the cache.

=============== Diff against Multilingual-mt.281 ===============

Item was added:
+ ----- Method: LanguageEnvironment class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ 	KnownEnvironments := nil!

Item was changed:
+ (PackageInfo named: 'Multilingual') postscript: 'TextConverter cleanUp: true. "Initialize all uninitialized latin-1 tables... issue #6"
+ LanguageEnvironment cleanUp.'!
- (PackageInfo named: 'Multilingual') postscript: 'TextConverter cleanUp: true. "Initialize all uninitialized latin-1 tables... issue #6"'!



More information about the Squeak-dev mailing list