The Trunk: System-mt.1226.mcz

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

The Trunk: System-mt.1226.mcz

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

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

Name: System-mt.1226
Author: mt
Time: 13 April 2021, 4:54:04.935381 pm
UUID: ab7c50e5-0316-1844-98b9-73e2a1a27e2b
Ancestors: System-dtl.1225

Discard all graphics imports during release building.

=============== Diff against System-dtl.1225 ===============

Item was added:
+ ----- Method: Imports class>>cleanUp: (in category 'class initialization') -----
+ cleanUp: aggressive
+
+ aggressive ifTrue: [default := nil].!