Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.1280.mcz==================== Summary ====================
Name: Kernel-mt.1280
Author: mt
Time: 22 November 2019, 11:42:28.536303 am
UUID: d1878463-f3d2-d248-b2d3-5b2a8d613e7b
Ancestors: Kernel-mt.1279
Sorry for the noise. Boolean hick up. :-)
=============== Diff against Kernel-mt.1279 ===============
Item was changed:
----- Method: Deprecation class>>suppressed (in category 'accessing') -----
suppressed
+ ^ self showDeprecationWarnings not!
- ^ self showDeprecationWarnings!
Item was changed:
----- Method: Deprecation class>>suppressed: (in category 'accessing') -----
suppressed: aBoolean
+ self showDeprecationWarnings: aBoolean not.
- self showDeprecationWarnings: aBoolean.
super suppressed: aBoolean.!