[Issue 14490] Deprecate .sort and .reverse properties for arrays

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14490

Iain Buclaw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Iain Buclaw  ---
Gone in 2.075

--


[Issue 14490] Deprecate .sort and .reverse properties for arrays

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14490

Iain Buclaw ibuc...@gdcproject.org changed:

   What|Removed |Added

 CC||ibuc...@gdcproject.org

--- Comment #1 from Iain Buclaw ibuc...@gdcproject.org ---
This became a warning in 2.067, raised PR to update documentation

https://github.com/D-Programming-Language/dlang.org/pull/980

--


[Issue 14490] Deprecate .sort and .reverse properties for arrays

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14490

bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc

--- Comment #2 from bearophile_h...@eml.cc ---
Is Phobos reverse returning the array? If this is not true, then I think you
can't remove the built-in reverse yet.

--