Moving back to .NET

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 21 11:33:37 PDT 2015


On Monday, 21 September 2015 at 02:38:28 UTC, Walter Bright wrote:
> On 9/20/2015 5:00 PM, Temtaime wrote:
>> I also hate errors when a lambda contains some errors.
>>
>> [ 1 ].countUntil!(a => a == undeclared_something);
>>
>> Error: template std.algorithm.searching.countUntil cannot 
>> deduce function from
>> argument types !((a) => a == undefined)(int[])
>
> Please post to bugzilla.

https://issues.dlang.org/show_bug.cgi?id=14885
https://issues.dlang.org/show_bug.cgi?id=10679

It is 2015 and we don't have line number in stack traces.



More information about the Digitalmars-d mailing list