[squeak-dev] The Inbox: System-kks.1136.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Feb 25 09:59:06 UTC 2020


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!



More information about the Squeak-dev mailing list