Thread overview
[dmd-beta] dmd 1.064 beta
Sep 14, 2010
Walter Bright
Sep 14, 2010
Walter Bright
Sep 14, 2010
Brad Roberts
Sep 14, 2010
Don Clugston
September 14, 2010
dmd 2 beta is stalled for the moment as dsource is down.

http://ftp.digitalmars.com/dmd1beta.zip
September 14, 2010

Walter Bright wrote:
> dmd 2 beta is stalled for the moment as dsource is down.
>

dsource is now back up, but it's still stalled because std.file won't compile.
September 14, 2010
On 9/14/2010 12:31 AM, Walter Bright wrote:
> 
> 
> Walter Bright wrote:
>> dmd 2 beta is stalled for the moment as dsource is down.
>>
> 
> dsource is now back up, but it's still stalled because std.file won't compile.
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

Looking through some of the issues that I'd been tracking / caring about:

    http://d.puremagic.com/issues/show_bug.cgi?id=4278

The fix (from me) was applied (and is still there), but SHOO reported a regression in that report from my fix.  The regression hasn't been addressed, as far as I know, so the change probably should be backed out.

I haven't looked into the regression at all, nor will I have any time to do so any time soon.

Later,
Brad
September 15, 2010
On 14 September 2010 10:24, Brad Roberts <braddr at puremagic.com> wrote:
> On 9/14/2010 12:31 AM, Walter Bright wrote:
>>
>>
>> Walter Bright wrote:
>>> dmd 2 beta is stalled for the moment as dsource is down.
>>>
>>
>> dsource is now back up, but it's still stalled because std.file won't compile.
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
> Looking through some of the issues that I'd been tracking / caring about:
>
> ? ?http://d.puremagic.com/issues/show_bug.cgi?id=4278
>
> The fix (from me) was applied (and is still there), but SHOO reported a regression in that report from my fix. ?The regression hasn't been addressed, as far as I know, so the change probably should be backed out.
>
> I haven't looked into the regression at all, nor will I have any time to do so any time soon.

I can't reproduce that with the D2beta. Has it been fixed, or is there something missing from the test case?