[Issue 23073] [dip1000] scope inference from pure doesn't consider self-assignment

2022-08-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23073 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23073] [dip1000] scope inference from pure doesn't consider self-assignment

2022-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23073 --- Comment #3 from Walter Bright --- I.e.: test3.d(17): Error: scope variable `c` assigned to non-scope parameter `c` calling `assignNext` (Although calling both variables `c` makes the error message a bit confusing.) --

[Issue 23073] [dip1000] scope inference from pure doesn't consider self-assignment

2022-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23073 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 23073] [dip1000] scope inference from pure doesn't consider self-assignment

2022-06-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23073 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @dkorpel