[Issue 10307] Bad error message for not supported array operation

2014-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10307 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 10307] Bad error message for not supported array operation

2014-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10307 --- Comment #3 from bearophile_h...@eml.cc --- Now it prints an acceptable error message: test.d(10,16): Error: array operation a[] ^^ cast(double)2 without destination memory not allowed --

[Issue 10307] Bad error message for not supported array operation

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10307 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- With 2.066 the message is improved. test.d(10): Error: array operation a[] ^^ 2L without assignment not implemented --

[Issue 10307] Bad error message for not supported array operation

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10307 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to Kenji Hara from comment #1) With 2.066 the message is improved. test.d(10): Error: array operation a[] ^^ 2L without assignment not implemented not implemented seems to suggest that