[dmd-beta] dmd 2.049 beta

Andrei Alexandrescu andrei at erdani.com
Thu Sep 16 11:22:49 PDT 2010


Thanks! I just took care of that and also arranged such that the random 
selection of checked elements is the same in all runs. This will enable 
reproduction of bugs related to unsorted ranges that are assumed to be 
sorted.

Andrei

On 9/15/10 12:31 CDT, Rainer Schuetze wrote:
>
> I've hit a bad assertion in the new std.range.SortedRange:
>
> immutable size_t msb = bsr(this._input.length) + 1;
> assert(msb > 0 && msb < this._input.length);
>
> fails for length 2.
>
>
> Walter Bright wrote:
>> New beta up with your corrections.
>>
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta


More information about the dmd-beta mailing list