Thread overview
[Issue 10318] Built-in array sort usage warning, then deprecation, and finally removal
Mar 27, 2016
Jack Stouffer
May 18, 2020
Mathias LANG
September 25, 2014
https://issues.dlang.org/show_bug.cgi?id=10318

--- Comment #10 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/ec670e5db9f386ae687458ceeb6bc0ebf5cc6f83 Merge pull request #669 from yebblies/issue10318

Do not use sort property directly

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=10318

--- Comment #11 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/ec670e5db9f386ae687458ceeb6bc0ebf5cc6f83 Merge pull request #669 from yebblies/issue10318

--
March 27, 2016
https://issues.dlang.org/show_bug.cgi?id=10318

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com

--- Comment #12 from Jack Stouffer <jack@jackstouffer.com> ---
This should have been removed already, but it's still just a warning.

Can this please be deprecated? This makes it impossible to use std.algorithm's sort with UFCS and should be removed ASAP.

--
May 18, 2018
https://issues.dlang.org/show_bug.cgi?id=10318
Issue 10318 depends on issue 5124, which changed state.

Issue 5124 Summary: Make std.algorithm.sort weakly pure https://issues.dlang.org/show_bug.cgi?id=5124

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--
May 18, 2020
https://issues.dlang.org/show_bug.cgi?id=10318

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #13 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Removed in 2017 (2.075): https://github.com/dlang/dmd/pull/6827

--