August 05, 2013 [Issue 10760] New: compiler drops opDispatch if it contains an error(s) | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10760 Summary: compiler drops opDispatch if it contains an error(s) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: temtaime@gmail.com --- Comment #0 from Temtaime <temtaime@gmail.com> 2013-08-05 02:24:01 PDT --- struct S { int opDispatch(string s)() @property { //notexistssymbol(); // when uncomment that dmd says: Error: no property 'foo' for type 'S' return 0; } } void main() { S s; auto t = s.foo; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 30, 2013 [Issue 10760] compiler drops opDispatch if it contains an error(s) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Temtaime | http://d.puremagic.com/issues/show_bug.cgi?id=10760 Manu <turkeyman@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |turkeyman@gmail.com --- Comment #1 from Manu <turkeyman@gmail.com> 2013-09-29 21:19:19 PDT --- This had me scratching my head for a few hours today. Please fix. -- 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