Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
January 23, 2013 [Issue 9373] New: Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9373 Summary: Add deprecation message to all empty deprecation statements Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: andrej.mitrovich@gmail.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-22 16:37:24 PST --- 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. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 23, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-22 17:20:09 PST --- https://github.com/D-Programming-Language/phobos/pull/1094 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 23, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 --- Comment #2 from github-bugzilla@puremagic.com 2013-01-22 19:39:30 PST --- 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. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 23, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Phobos |druntime AssignedTo|andrej.mitrovich@gmail.com |nobody@puremagic.com --- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-23 08:24:18 PST --- Phobos is done, there are more to fix in Druntime. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 23, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 --- Comment #4 from github-bugzilla@puremagic.com 2013-01-23 10:35:55 PST --- 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. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 23, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 Alex Rønne Petersen <alex@lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alex@lycus.org Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 11, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 --- Comment #5 from github-bugzilla@puremagic.com 2013-02-11 12:19:59 PST --- Commits pushed to staging 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 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 12, 2013 [Issue 9373] Add deprecation message to all empty deprecation statements | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9373 --- Comment #6 from github-bugzilla@puremagic.com 2013-02-11 23:12:11 PST --- Commits pushed to 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 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation