A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-kks.1136.mcz==================== Summary ====================
Name: System-kks.1136
Author: kks
Time: 25 February 2020, 3:28:15.292038 pm
UUID: 80979771-3788-4b92-a2f7-8ec50348f4f6
Ancestors: System-mt.1135
Eliminate infinite dialog loop while seeking author's initials.
=============== Diff against System-mt.1135 ===============
Item was changed:
----- Method: Utilities class>>authorInitials (in category 'identification') -----
authorInitials
"Answer the initials to be used to identify the current code author. "
+ AuthorInitials ifEmpty: [self setAuthorInitials].
- [AuthorInitials isEmpty] whileTrue: [self setAuthorInitials].
^ AuthorInitials!