[Issue 12567] Modules can't be marked as deprecated
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 16 07:56:53 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12567
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
I was just about to write the same enhancement, because the lack of this
feature causes problems when a deprecated module is finally removed.
Just recently std.metastrings was dropped from phobos which breaks vibe.d
0.7.20 because it still has unused imports of std.metastrings [1].
I'd settle on the same syntax. The important part is, that this deprecation is
triggered on import.
[1]: https://github.com/rejectedsoftware/vibe.d/pull/706
--
More information about the Digitalmars-d-bugs
mailing list