[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2023-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 --- Comment #6 from Eyal --- Then perhaps instead of "void" it is better to spell out "template instantiation failure, see below" as the type itself. Verbose, maybe, but clearer how to progress --

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2023-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 --- Comment #5 from Nick Treleaven --- In this case, yes. But the first line is supposed to show all the argument types passed to the function. E.g. when there's more than one argument. --

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2023-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 --- Comment #4 from Eyal --- With the fix for issue #10602 - it sounds much better, though even then I don't think the error should say: function `lambdaarg.f(void delegate(int) nothrow dlg)` is not callable using argument types `(void)` but

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2023-08-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #3 from Nick

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2023-05-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Eyal changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

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

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

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

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Vladimir Panteleev changed: What|Removed |Added See Also|

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2017-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Eyal changed: What|Removed |Added Keywords||diagnostic --