Search

March 18, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21687

Imperatorn <johan_forsberg_86@hotmail.com...
March 17, 2021
Learn »
...The: " ~ exc.message; // Adding parentheses () after "message" actually doesn't change anything. Error is the...
March 17, 2021
Learn »
The error message could maybe be changed to include this? "Try -allinst bla bla"
March 16, 2021
Issues »
...both with and without the destructor. It seems that the error message somehow gets swallowed.

--
March 15, 2021
Issues »
...that the error message is helpful and actionable.
When possible, the error message should include...
March 13, 2021
Issues »
...Fix Issue 21708 - SumType.opEquals gives confusing error message" was merged into master:

- dafbc5c36c509e0095223421f97a4ac964cf7d5a by...
March 13, 2021
Issues »
...confusing error message" fixing this issue:

- Fix Issue 21708 - SumType.opEquals gives confusing error message...
March 13, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21708

Paul Backus <snarwin+bugzilla@gmail.com...
March 13, 2021
Issues »
...int x;
x == 123;
---

Error message:

---
src/sumtype.d(587,11): Error: void has no...
March 12, 2021
Issues »
...1);
    assert(example1 == example2);
}
---

Produces the following error message with DMD 2.095.1:

---
/usr...
136 137 138 139 140 141 142 143 144 145 146
Next ›   Last »