Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.89.mcz==================== Summary ====================
Name: 60Deprecated-mt.89
Author: mt
Time: 26 February 2021, 4:01:21.309077 pm
UUID: 05ea8570-9a8e-aa44-901d-ffeaac3e325f
Ancestors: 60Deprecated-mt.88
Soften the previous deprecation to not lock up the image during the image.
=============== Diff against 60Deprecated-mt.88 ===============
Item was changed:
----- Method: Morph>>addMorphInFrontOfLayer: (in category '*60Deprecated-WiW support') -----
addMorphInFrontOfLayer: aMorph
+ self flag: #deprecated. "Use #addMorphFrontInLayer: instead".
- self deprecated: 'Use #addMorphFrontInLayer: instead.'.
^ self addMorphFrontInLayer: aMorph!
Item was changed:
----- Method: Morph>>morphicLayerNumberWithin: (in category '*60Deprecated-WiW support') -----
morphicLayerNumberWithin: anOwner
+ self flag: #deprecated. "Use #morphicLayerNumber instead".
- self deprecated: 'Use #morphicLayerNumber instead.'.
^ self morphicLayerNumber!