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

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Wed Oct 14 13:30:41 UTC 2020


Why can't we "hard deprecate" this instead of using a flag only? :-)


Best,

Christoph

<http://www.hpi.de/>
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Mittwoch, 14. Oktober 2020 14:22:02
An: squeak-dev at lists.squeakfoundation.org; packages at lists.squeakfoundation.org
Betreff: [squeak-dev] The Trunk: 60Deprecated-mt.81.mcz

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

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

Name: 60Deprecated-mt.81
Author: mt
Time: 14 October 2020, 2:22:01.292569 pm
UUID: a2fefed6-c5dc-564a-9091-6e4d1d8ca3f8
Ancestors: 60Deprecated-mt.80

Complements Collections-mt.918

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

Item was added:
+ ----- Method: HashedCollection>>doWithIndex: (in category '*60Deprecated-enumerating') -----
+ doWithIndex: elementAndIndexBlock
+
+        self flag: #deprecated. "Use the new version with consistent naming."
+        ^ self withIndexDo: elementAndIndexBlock!

Item was added:
+ ----- Method: SequenceableCollection>>collectWithIndex: (in category '*60Deprecated-enumerating') -----
+ collectWithIndex: elementAndIndexBlock
+
+        self flag: #deprecated. "Use the new version with consistent naming."
+        ^ self withIndexCollect: elementAndIndexBlock!

Item was added:
+ ----- Method: SequenceableCollection>>doWithIndex: (in category '*60Deprecated-enumerating') -----
+ doWithIndex: elementAndIndexBlock
+
+        self flag: #deprecated. "Use the new version with consistent naming."
+        ^ self withIndexDo: elementAndIndexBlock!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201014/58ccb1e8/attachment.html>


More information about the Squeak-dev mailing list