Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.852.mcz==================== Summary ====================
Name: Tools-mt.852
Author: mt
Time: 11 July 2019, 10:56:16.891354 am
UUID: f66c189d-541b-5742-8032-4bd3df1a4e9e
Ancestors: Tools-mt.851
Adds clean-up code for MethodFinder.
=============== Diff against Tools-mt.851 ===============
Item was added:
+ ----- Method: MethodFinder class>>cleanUp: (in category 'class initialization') -----
+ cleanUp: aggressive
+
+ Approved := nil.
+ AddAndRemove := nil.
+ Blocks := nil.!