[Issue 7041] New: [PATCH] Add -di option to show deprecated errors as	warnings
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Dec  1 03:31:44 PST 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7041
           Summary: [PATCH] Add -di option to show deprecated errors as
                    warnings
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: llucax at gmail.com
--- Comment #0 from Leandro Lucarella <llucax at gmail.com> 2011-12-01 03:30:37 PST ---
The new option -di treats deprecation errors as informational warnings,
just like -wi show warnings as informational messages without triggering
errors. This would enable users to have a better update path from deprecated
features, as they can be reminded (annoyed) with warnings but they can still
compile their code.
Patches available as a pull request in Github:
https://github.com/D-Programming-Language/dmd/pull/248
-- 
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