[Issue 13683] More precise error message for wrong lambda

2023-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 --- Comment #6 from Nick Treleaven --- > Without a compiler solution BTW that would show the failing lambda with Phobos as is. The static assert PR discussion said a compiler solution is needed rather than having to update every template that accept

[Issue 13683] More precise error message for wrong lambda

2023-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 --- Comment #5 from Nick Treleaven --- static assert is an improvement over the constraint, but it still hides the actual error message which should be: Error: use `!is` instead of `!=` when comparing with `null` Removing the constraint allows the

[Issue 13683] More precise error message for wrong lambda

2023-02-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Nick Treleaven changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 13683] More precise error message for wrong lambda

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

[Issue 13683] More precise error message for wrong lambda

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 13683] More precise error message for wrong lambda

2018-11-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Basile B. changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 13683] More precise error message for wrong lambda

2018-11-18 Thread d-bugmail--- via Digitalmars-d-bugs
lambda https://github.com/dlang/phobos/commit/f953e2c31137ce529da89a256ce9057cb06c8ec5 Merge pull request #6607 from wilzbach/fix-13683 [RFC] Fix Issue 13683 - More precise error message for wrong lambda --

[Issue 13683] More precise error message for wrong lambda

2018-11-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13683] More precise error message for wrong lambda

2018-09-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Basile B. changed: What|Removed |Added Hardware|x86 |All OS|Windows

[Issue 13683] More precise error message for wrong lambda

2018-09-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Basile B. changed: What|Removed |Added CC||b2.t...@gmx.com --

[Issue 13683] More precise error message for wrong lambda

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Nick Treleaven changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 13683] More precise error message for wrong lambda

2018-06-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #2 from Seb --- An

[Issue 13683] More precise error message for wrong lambda

2018-06-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Component|dmd