[Issue 8892] Wrong diagnostic for static array assignment

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8892 --- Comment #11 from Kenji Hara --- *** Issue 4945 has been marked as a duplicate of this issue. *** --

[Issue 8892] Wrong diagnostic for static array assignment

2013-02-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8892 --- Comment #9 from github-bugzi...@puremagic.com 2013-02-11 12:20:20 PST --- Commits pushed to staging at https://github.com/D-Programming-Language/dmd

[Issue 8892] Wrong diagnostic for static array assignment

2013-02-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8892 --- Comment #10 from github-bugzi...@puremagic.com 2013-02-11 22:49:48 PST --- Commits pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/646ce34fae3a1e12032bb7a2343e54daf0074db0 Fixes

[Issue 8892] Wrong diagnostic for static array assignment

2013-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8892 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2013-01-27 01:16:38 PST --- (In reply to comment #4) What I don't understand is why the above fails at compile-time but the following compiles (it fails at runtime): char[2] data = ['A'];

[Issue 8892] Wrong diagnostic for static array assignment

2013-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8892 --- Comment #7 from github-bugzi...@puremagic.com 2013-01-27 01:32:19 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8892] Wrong diagnostic for static array assignment

2013-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8892 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8892] Wrong diagnostic for static array assignment

2013-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8892 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull