Bug 11145 – Duplicated deprecation message "use of typedef is deprecated;"

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-09-30T00:19:00Z
Last change time
2013-09-30T11:32:04Z
Keywords
diagnostic, pull
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2013-09-30T00:19:29Z
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.
Comment #1 by k.hara.pg — 2013-09-30T00:22:25Z
Comment #2 by github-bugzilla — 2013-09-30T11:31:58Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9b78fef20ec71794ad2b88c790d732b48566a7fb fix Issue 11145 - Duplicated deprecation message "use of typedef is deprecated;" https://github.com/D-Programming-Language/dmd/commit/3e1d925e5e5bb6844d9c44f97bedaa9afa6c4d81 Merge pull request #2601 from 9rnsr/fix11145 Issue 11145 - Duplicated deprecation message "use of typedef is deprecated;"