[squeak-dev] The Trunk: Morphic-mt.1631.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 28 13:27:32 UTC 2020


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

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

Name: Morphic-mt.1631
Author: mt
Time: 28 February 2020, 2:27:25.148195 pm
UUID: f9a7fa6d-87fc-074a-a23b-1eee0bd4772a
Ancestors: Morphic-mt.1630

Prepare 5.3rc3 --- Clean up event stats during release building.

=============== Diff against Morphic-mt.1630 ===============

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



More information about the Squeak-dev mailing list