[Issue 18594] X is not an lvalue should have a better error message

2023-05-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18594] X is not an lvalue should have a better error message

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 18594] X is not an lvalue should have a better error message

2022-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 du...@neet.fi changed: What|Removed |Added CC||du...@neet.fi --- Comment #6 from

[Issue 18594] X is not an lvalue should have a better error message

2019-09-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 Tobias Pankrath changed: What|Removed |Added CC||tob...@pankrath.net --- Comment #5 from

[Issue 18594] X is not an lvalue should have a better error message

2018-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ea309c0967e473db3c19e202ffcaf563d9cfff63 Issue 12663, 18594 - Replace lvalue in error messages with

[Issue 18594] X is not an lvalue should have a better error message

2018-03-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 --- Comment #3 from Seb --- A start: https://github.com/dlang/dmd/pull/8009 --

[Issue 18594] X is not an lvalue should have a better error message

2018-03-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 --- Comment #2 from Seb --- Hmm, just modifying the error message isn't enough. We should probably look up in the tree to check whether we are in if expression, assert, ... diff --git a/src/dmd/expression.d

[Issue 18594] X is not an lvalue should have a better error message

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18594 Seb changed: What|Removed |Added Summary|constant 1 is not an lvalue |X is not an lvalue should