dmd thrashes fedora

Ellery Newcomer ellery-newcomer at utulsa.edu
Sun Feb 12 07:53:07 PST 2012


On 02/12/2012 08:34 AM, Timon Gehr wrote:
>
> It is a bug in your code:
>
> - ForEachIndex!(N+1, L).result;
> + ForEachIndex!(N+1, L[1..$]).result;
>
> The diagnostic DMD spits out is quite bad.

Wow.

In my defense, the original code is right; apparently dustmite did this 
to the reduced case.

I know I had that stuff working last summer.

Thanks for the analysis.


More information about the Digitalmars-d-learn mailing list