Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 30, 2013 [Issue 11145] New: Duplicated deprecation message "use of typedef is deprecated;" | ||||
---|---|---|---|---|
| ||||
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@puremagic.com ReportedBy: k.hara.pg@gmail.com --- Comment #0 from Kenji Hara <k.hara.pg@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: ------- |
September 30, 2013 [Issue 11145] Duplicated deprecation message "use of typedef is deprecated;" | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=11145 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-09-30 00:22:25 PDT --- https://github.com/D-Programming-Language/dmd/pull/2601 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 30, 2013 [Issue 11145] Duplicated deprecation message "use of typedef is deprecated;" | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=11145 --- Comment #2 from github-bugzilla@puremagic.com 2013-09-30 11:31:58 PDT --- 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;" -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 30, 2013 [Issue 11145] Duplicated deprecation message "use of typedef is deprecated;" | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=11145 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation