The Trunk: Tools-mt.1013.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-mt.1013.mcz

commits-2
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.!