Bug 9373 – Add deprecation message to all empty deprecation statements

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-01-22T16:37:00Z
Last change time
2013-02-11T23:12:11Z
Keywords
pull
Assigned to
nobody
Creator
andrej.mitrovich

Comments

Comment #0 by andrej.mitrovich — 2013-01-22T16:37:24Z
Since recently deprecation can take a string describing why something is deprecated and what to use instead. There's a bunch of deprecated functions in druntime which don't use this feature, and a whole bunch in Phobos which use pragmas.
Comment #1 by andrej.mitrovich — 2013-01-22T17:20:09Z
Comment #2 by github-bugzilla — 2013-01-22T19:39:30Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/aaa6854eb7ffe113fb6cff0eb4f366b78e9c1806 Fixes Issue 9373 - Add deprecation messages to Phobos. https://github.com/D-Programming-Language/phobos/commit/2ca9e55a9105ed1237d0b4777a88f8a3f533cba2 Merge pull request #1094 from AndrejMitrovic/Fix9373 Issue 9373 - Add deprecation messages to Phobos.
Comment #3 by andrej.mitrovich — 2013-01-23T08:24:18Z
Phobos is done, there are more to fix in Druntime.
Comment #4 by github-bugzilla — 2013-01-23T10:35:55Z
Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/fa1411e204bcf2b8356c7e7f1d5ed31458b3867d Fixes Issue 9373 - Add info messages to deprecated statements. https://github.com/D-Programming-Language/druntime/commit/e3f9d07f227185abae12b48f395f0b6ca75e9b71 Merge pull request #393 from AndrejMitrovic/Fix9373 Issue 9373 - Add info messages to deprecated statements.
Comment #5 by github-bugzilla — 2013-02-11T12:19:59Z
Comment #6 by github-bugzilla — 2013-02-11T23:12:11Z