Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
December 11, 2012 [Issue 9141] New: Incorrect "more initializers than fields" error | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9141 Summary: Incorrect "more initializers than fields" error Product: D Version: D1 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: verylonglogin.reg@gmail.com --- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2012-12-11 10:17:41 MSK --- --- struct S { int i; const s = S(0); // Error: more initializers than fields of S } --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 13, 2012 [Issue 9141] (D1 only) Incorrect "more initializers than fields" error | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=9141 --- Comment #1 from github-bugzilla@puremagic.com 2012-12-13 13:03:52 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5698e335af11af8b3ec589b45dddbc7742e1f587 fix Issue 9141 - (D1 only) Incorrect 'more initializers than fields' error -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 13, 2012 [Issue 9141] (D1 only) Incorrect "more initializers than fields" error | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=9141 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.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