[squeak-dev] The Trunk: Help-Squeak-Project-mt.40.mcz

Levente Uzonyi leves at caesar.elte.hu
Thu Aug 11 19:20:59 UTC 2016


Please do not use #sortBy:. It should have been deprecated in favor of 
#sorted:.

Levente

On Thu, 11 Aug 2016, commits at source.squeak.org wrote:

> Marcel Taeumel uploaded a new version of Help-Squeak-Project to project The Trunk:
> http://source.squeak.org/trunk/Help-Squeak-Project-mt.40.mcz
>
> ==================== Summary ====================
>
> Name: Help-Squeak-Project-mt.40
> Author: mt
> Time: 11 August 2016, 5:26:19.085564 pm
> UUID: 06ded287-6848-1844-9baf-ea302e76df60
> Ancestors: Help-Squeak-Project-mt.39
>
> Sort release notes so that the latest comes first.
>
> =============== Diff against Help-Squeak-Project-mt.39 ===============
>
> Item was changed:
>  ----- Method: SqueakReleaseNotes class>>pages (in category 'accessing') -----
>  pages
>
>  	| dir |
>  	dir := FileDirectory default directoryNamed: 'doc'.
>  	^ dir exists
>  		ifFalse: [#()]
> + 		ifTrue: [(dir entries collect: [:entry | entry name]) sortBy: [:a :b | a >= b]]!
> - 		ifTrue: [dir entries collect: [:entry | entry name]]!
>
>
>


More information about the Squeak-dev mailing list