[Issue 9876] New: deprecated is not announced
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Apr  4 07:35:20 PDT 2013
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=9876
           Summary: deprecated is not announced
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: zan77137 at nifty.com
--- Comment #0 from SHOO <zan77137 at nifty.com> 2013-04-04 07:35:19 PDT ---
This code should announce deprecation:
-------
alias a b;
deprecated enum a = 0;
-------
It is hoped that the following message is announced:
-------
$ dmd -c main
main.d(1): Deprecation: variable main.a is deprecated
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list