[Issue 22708] switch statement with an undefined symbol results in many errors

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

[Issue 22708] switch statement with an undefined symbol results in many errors

2022-03-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22708 --- Comment #2 from Dlang Bot --- @Panke updated dlang/dmd pull request #13755 "Fix Issue 21844: makedeps contain non-existing files" fixing this issue: - Fix 22708 - Extend semantic for switch statements with invalid values (#13617) Only omittin

[Issue 22708] switch statement with an undefined symbol results in many errors

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22708 --- Comment #3 from Dlang Bot --- @MartinNowak created dlang/dmd pull request #13785 "merge stable" fixing this issue: - Fix 22708 - Extend semantic for switch statements with invalid values (#13617) Only omitting the cast allows further semantic

[Issue 22708] switch statement with an undefined symbol results in many errors

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