[squeak-dev] The Trunk: 60Deprecated-mt.91.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 26 15:06:42 UTC 2021


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

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

Name: 60Deprecated-mt.91
Author: mt
Time: 26 February 2021, 4:06:40.619077 pm
UUID: 6d65b8cc-da01-2d49-9774-79687ef96ebd
Ancestors: 60Deprecated-mt.90

Sigh. The last one produced an endless recursion.

=============== Diff against 60Deprecated-mt.90 ===============

Item was changed:
  ----- Method: Morph>>addMorphInFrontOfLayer: (in category '*60Deprecated-WiW support') -----
  addMorphInFrontOfLayer: aMorph
  
  	self flag: #deprecated. "Use #addMorphFrontInLayer: instead".
+ 	^ self privateAddMorph: aMorph atIndex: 1!
- 	^ self addMorphFront: aMorph!



More information about the Squeak-dev mailing list