digitalmars.D.bugs - [Issue 11424] New: typedef on structs isn't caught
- d-bugmail puremagic.com (27/29) Nov 02 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11424
- d-bugmail puremagic.com (13/13) Nov 02 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11424
- d-bugmail puremagic.com (11/11) Nov 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11424
- d-bugmail puremagic.com (12/12) Nov 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11424
- d-bugmail puremagic.com (9/9) Nov 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11424
- d-bugmail puremagic.com (9/9) Nov 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11424
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Summary: typedef on structs isn't caught Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com 18:50:54 PDT --- ----- typedef struct S { } void main() { } ----- $ dmd -w test.dFor comparison: ----- typedef int I; void main() { } ----- $ dmd -w test.dtest.d(1): Deprecation: use of typedef is deprecated; use alias instead-- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 02 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|typedef on structs isn't |Regression (2.064 git-head) |caught |typedef on structs isn't | |caught Severity|normal |regression 18:52:06 PDT --- Well.. it is a git-head regression, I can't reproduce it in 2.063.2. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 02 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid, pull The regression has been caused by fixing bug 11145. https://github.com/D-Programming-Language/dmd/pull/2711 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2a2fa477d09d5c7416ad98cb5615235d4c519efc fix Issue 11424 - typedef on structs isn't caught It should be caught even if the typedef keyword usage is meaningless. https://github.com/D-Programming-Language/dmd/commit/05686c7184571fc931f8f79d859da219800d3e41 [REG2.064a] Issue 11424 - typedef on structs isn't caught -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7762f03709b8ceb0950f02d47cf4e703bdbabc6b [REG2.064a] Issue 11424 - typedef on structs isn't caught -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 03 2013