[squeak-dev] The Trunk: Tools-mt.1013.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 30 17:39:03 UTC 2020


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1013.mcz

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

Name: Tools-mt.1013
Author: mt
Time: 30 October 2020, 6:39:01.425754 pm
UUID: 3fca46e0-aeec-d443-a197-80a731362fdb
Ancestors: Tools-mt.1012

Fixes strange init bug that was triggered through "ReleaseBuilder prepareEnvironment": windowLabel was nil for the RecentMessageSet. Might be related to that recent reset of all pragma preferences plus the changes in MessageSet labels.

=============== Diff against Tools-mt.1012 ===============

Item was changed:
  ----- Method: MessageSet>>initialize (in category 'initialize-release') -----
  initialize
+ 	
  	super initialize.
+ 	
+ 	messageList := OrderedCollection new.
+ 	windowLabel := ''.!
- 	messageList := OrderedCollection new.!



More information about the Squeak-dev mailing list