[Issue 14435] New: [D1] backport deprecated("msg")

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 10 03:54:57 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14435

          Issue ID: 14435
           Summary: [D1] backport deprecated("msg")
           Product: D
           Version: D1
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: public at dicebot.lv

DMD2 supports this syntax:

deprecated("This is printed as deprecation message")
void foo();

This is one of D2 features that would help indirectly in handling smooth
migration if ported to D1 and should be relatively simple to add according to
my knowledge of DMD internals.

--


More information about the Digitalmars-d-bugs mailing list