[Issue 11145] New: Duplicated deprecation message "use of typedef is	deprecated; "
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Sep 30 00:19:30 PDT 2013
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=11145
           Summary: Duplicated deprecation message "use of typedef is
                    deprecated;"
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: k.hara.pg at gmail.com
--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2013-09-30 00:19:29 PDT ---
>From fail_compilation/fail6572.d:
// test.d
typedef int y;
$ dmd test.d
Prints:
test.d(1): Deprecation: use of typedef is deprecated; use alias instead
test.d(1): Deprecation: use of typedef is deprecated; use alias instead
The duplication should be fixed.
-- 
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