[Issue 9676] Deprecated declarations should be wrapped in a $(DEPRECATED) macro

2013-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9676 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 9676] Deprecated declarations should be wrapped in a $(DEPRECATED) macro

2013-03-15 Thread d-bugmail
/3713141018e8c919288de10ab357333c5e93afc3 Fixes Issue 9676 - Deprecated declarations should be wrapped in $(DEPRECATED) macro. https://github.com/D-Programming-Language/dmd/commit/69717dc210a1adde1e2dd8026143b64aa8c85119 Merge pull request #1740 from AndrejMitrovic/Fix9676 Issue 9676 - Deprecated declarations should be wrapped

[Issue 9676] Deprecated declarations should be wrapped in a $(DEPRECATED) macro

2013-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9676 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-12 17:51:28 PDT --- (In reply to comment #5) So essentially these are two feature requests, one depends on the other. Although perhaps I should have opened a separate

[Issue 9676] Deprecated declarations should be wrapped in a $(DEPRECATED) macro

2013-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9676 --- Comment #7 from bearophile_h...@eml.cc 2013-03-12 18:36:14 PDT --- (In reply to comment #5) Right, but you can't add del/del without knowing where to inject it to, hence why you need a macro first. I am aware of this. (In reply to