digitalmars.D.bugs - [Issue 11145] New: Duplicated deprecation message "use of typedef is deprecated;"
- d-bugmail puremagic.com (26/26) Sep 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11145
- d-bugmail puremagic.com (10/10) Sep 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11145
- d-bugmail puremagic.com (12/12) Sep 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11145
- d-bugmail puremagic.com (10/10) Sep 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11145
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 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: -------
Sep 30 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11145 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull 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: -------
Sep 30 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11145 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 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: -------
Sep 30 2013
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: -------
Sep 30 2013