Thread overview | |||||
---|---|---|---|---|---|
|
June 11, 2011 [Issue 6145] New: Meaningless second error message for complex size of static array | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6145 Summary: Meaningless second error message for complex size of static array Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: yebblies@gmail.com --- Comment #0 from yebblies <yebblies@gmail.com> 2011-06-10 20:09:02 PDT --- char[1+1i] a; testx.d(1): Error: cannot implicitly convert expression ((1+1i)) of type cdouble to uint testx.d(1): Error: index 1 overflow for static array -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 11, 2011 [Issue 6145] Meaningless second error message for complex size of static array | ||||
---|---|---|---|---|
| ||||
Posted in reply to yebblies | http://d.puremagic.com/issues/show_bug.cgi?id=6145 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #1 from yebblies <yebblies@gmail.com> 2011-06-10 20:13:44 PDT --- https://github.com/D-Programming-Language/dmd/pull/104 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 12, 2011 [Issue 6145] Meaningless second error message for complex size of static array | ||||
---|---|---|---|---|
| ||||
Posted in reply to yebblies | http://d.puremagic.com/issues/show_bug.cgi?id=6145 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2011-06-11 18:08:57 PDT --- https://github.com/D-Programming-Language/dmd/commit/0af1eb8c4a567b3c3eee1c7c7d8b612e9f58f386 https://github.com/D-Programming-Language/dmd/commit/1157ccbea6527a3cf5265794771af0b3ee019db5 -- 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