The Trunk: Tools-mt.969.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.969.mcz

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

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

Name: Tools-mt.969
Author: mt
Time: 20 May 2020, 1:23:12.373581 pm
UUID: c99adcb3-4d84-dd44-a7a2-0abd8a7e75a2
Ancestors: Tools-nice.968

Adds missing clean-up for tool icons, which is triggered during CI and release bundling.

=============== Diff against Tools-nice.968 ===============

Item was added:
+ ----- Method: ToolIcons class>>cleanUp: (in category 'initialize-release') -----
+ cleanUp: aggressive
+
+ aggressive ifTrue: [Icons := nil].!