Thread overview |
---|
August 11, 2011 [Issue 6468] New: alias this doesn't complain about Identifier not denoting an aggregate member | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6468 Summary: alias this doesn't complain about Identifier not denoting an aggregate member Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid, diagnostic Severity: minor Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: mrmocool@gmx.de --- Comment #0 from Trass3r <mrmocool@gmx.de> 2011-08-11 08:52:00 PDT --- struct G { long d; } struct F { alias G this; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 12, 2011 [Issue 6468] alias this doesn't complain about Identifier not denoting an aggregate member | ||||
---|---|---|---|---|
| ||||
Posted in reply to Trass3r | http://d.puremagic.com/issues/show_bug.cgi?id=6468 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yebblies@gmail.com Version|D1 & D2 |D2 --- Comment #1 from yebblies <yebblies@gmail.com> 2011-08-12 23:27:24 EST --- It's actually much worse. struct S { alias G this; } void main() {} compiles without error. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 30, 2011 [Issue 6468] alias this doesn't complain about Identifier not denoting an aggregate member | ||||
---|---|---|---|---|
| ||||
Posted in reply to Trass3r | http://d.puremagic.com/issues/show_bug.cgi?id=6468 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from yebblies <yebblies@gmail.com> 2011-08-30 15:36:10 EST --- *** This issue has been marked as a duplicate of issue 6561 *** -- 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