The Trunk: 60Deprecated-mt.52.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 60Deprecated-mt.52.mcz

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

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

Name: 60Deprecated-mt.52
Author: mt
Time: 20 September 2019, 7:52:12.28217 pm
UUID: f92333c5-312c-ea46-88e0-a377bcb72fb5
Ancestors: 60Deprecated-mt.51

Since we still don't disable deprecation warnings during update, remove #deprecated for now because move-method between packages will be loaded first before the order in the update map.

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

Item was changed:
  ----- Method: TransformMorph>>localVisibleSubmorphBounds (in category '*60Deprecated-geometry') -----
  localVisibleSubmorphBounds
 
+ "self deprecated."
- self deprecated.
  ^ self localSubmorphBounds!