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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Kenji Hara <[email protected]> 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: -------