Thread overview | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
June 23, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@geany.org Component|dmd |phobos --- Comment #1 from Nick Treleaven <nick@geany.org> --- Changing to phobos bug because `all`'s constraint uses: is(typeof(unaryFun!pred(range.front))) Instead this could be made a static assert, so at least the user can be informed that the predicate is not callable with Foo. -- |
June 24, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Seb <greensunny12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greensunny12@gmail.com --- Comment #2 from Seb <greensunny12@gmail.com> --- An attempt at adding the better error message to Phobos: https://github.com/dlang/phobos/pull/6607 -- |
July 01, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=14217 -- |
September 26, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b2.temp@gmx.com -- |
September 26, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |All OS|Windows |All -- |
November 19, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 --- Comment #3 from github-bugzilla@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/887f7558e01535cc570b169d65358a7282361564 Fix Issue 13683 - More precise error message for wrong 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 -- |
November 19, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 github-bugzilla@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- |
November 19, 2018 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #4 from Basile B. <b2.temp@gmx.com> --- More phobos algorithm that use lambda must be chnaged, in the same fashion, before closing. Seb's PR was "just" a RFC. -- |
March 21, 2020 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|b2.temp@gmx.com | -- |
December 17, 2022 [Issue 13683] More precise error message for wrong lambda | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13683 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
Copyright © 1999-2021 by the D Language Foundation