Nicolas Cellier uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-nice.74.mcz==================== Summary ====================
Name: 60Deprecated-nice.74
Author: nice
Time: 9 March 2020, 12:27:12.189353 am
UUID: b6c835d9-5373-47cd-993a-29050698b28f
Ancestors: 60Deprecated-mt.73
Deprecate Integer>>destinationBuffer:
No sender, sole implementor, no comment, strange timestamp.
This meets enough criteria.
=============== Diff against 60Deprecated-mt.73 ===============
Item was added:
+ ----- Method: Integer>>destinationBuffer: (in category '*60Deprecated-Kernel-Methods') -----
+ destinationBuffer:digitLength
+ digitLength <= 1
+ ifTrue: [self]
+ ifFalse: [LargePositiveInteger new: digitLength].!