September 16, 2010
Can -L--export-dynamic be added to linux/bin/dmd.conf?  I'd do it myself but I don't have access to this file.

On Sep 14, 2010, at 2:20 PM, Walter Bright wrote:

> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

September 16, 2010
Why? Currently, shared libs only work on OSX.

Sean Kelly wrote:
> Can -L--export-dynamic be added to linux/bin/dmd.conf?  I'd do it myself but I don't have access to this file.
>
> 
September 16, 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
September 16, 2010
On Thursday, September 16, 2010 10:22:02 Walter Bright wrote:
> Why? Currently, shared libs only work on OSX.
> 
> Sean Kelly wrote:
> > Can -L--export-dynamic be added to linux/bin/dmd.conf?  I'd do it myself but I don't have access to this file.
> 
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

For whatever reason, it's needed for stack traces to work on Linux.

- Jonathan M Davis
1 2 3
Next ›   Last »