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

Tobias Pape Das.Linux at gmx.de
Wed Oct 14 13:44:45 UTC 2020


> On 14.10.2020, at 15:30, Thiede, Christoph <Christoph.Thiede at student.hpi.uni-potsdam.de> wrote:
> 
> Why can't we "hard deprecate" this instead of using a flag only? :-)

cause old code will bail.

Best regards
	-Tobias
> 
> Best,
> Christoph
> 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!




More information about the Squeak-dev mailing list