March 14, 2017
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
March 14, 2017
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