www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.internals - Old sort deprecation

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Hi folks, where are we with the deprecation of old sort? With Lucia's 
work on __cmp, we can now remove a bunch of code - but the old sort 
still uses the old way to compare things.

Thanks,

Andrei
Mar 14 2017
parent Sebastian Wilzbach via Dlang-internal <dlang-internal puremagic.com> writes:
FYI: there is a pending PR for deprecating the builtin .sort and .reverse 
https://github.com/dlang/dmd/pull/6554



On March 14, 2017 3:51:46 PM GMT+00:00, Andrei Alexandrescu via Dlang-internal
<dlang-internal puremagic.com> wrote:
Hi folks, where are we with the deprecation of old sort? With Lucia's 
work on __cmp, we can now remove a bunch of code - but the old sort 
still uses the old way to compare things.

Thanks,

Andrei
Mar 14 2017