[Issue 4936] Better error when type inference fails due to incorrect template parameter type

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

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

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

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4936 Seb changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4936 --- Comment #5 from Jesse Phillips --- Seb, this is specifically about the error message poorly directing the user to provide a SortedRange. This was more confusing to me since I hit the issue after the library change, rather than when initially writi

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4936 Seb changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

2012-07-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4936 Bernard Helyer changed: What|Removed |Added CC||blood.of.l...@gmail.com --- Comment #

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

2010-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4936 --- Comment #2 from Jesse Phillips 2010-10-26 12:51:39 PDT --- Looks like the example code doesn't actually work either. import std.algorithm; import std.range; void main() { int[] a = [ 1, 2, 3 ]; int[] b = [ 4, 0, 6, 5 ]; completeSort(assu

[Issue 4936] Better error when type inference fails due to incorrect template parameter type

2010-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4936 Jesse Phillips changed: What|Removed |Added Keywords|rejects-valid | Component|Phobos