Jump to page: 1 2
Thread overview
DMD v2.066.0-rc2
Aug 08, 2014
Andrew Edwards
Aug 10, 2014
safety0ff
Aug 10, 2014
NCrashed
Aug 10, 2014
deadalnix
Aug 10, 2014
deadalnix
Aug 11, 2014
dnewbie
Aug 11, 2014
Brad Anderson
Aug 11, 2014
Brad Anderson
Aug 11, 2014
dnewbie
Aug 11, 2014
deadalnix
Aug 15, 2014
Vladimir Panteleev
Aug 15, 2014
FrankLike
Aug 15, 2014
Jernej Krempus
August 08, 2014
DMD v2.066.0-rc2 binaries are available for testing:

    http://wiki.dlang.org/Beta_Testing
August 10, 2014
On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
> DMD v2.066.0-rc2 binaries are available for testing:
>
>     http://wiki.dlang.org/Beta_Testing

Probably too late but https://github.com/D-Programming-Language/dmd/pull/3826 is an ICE & wrong-code fix which requires review (green auto-tester status.)
August 10, 2014
On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
> DMD v2.066.0-rc2 binaries are available for testing:
>
>     http://wiki.dlang.org/Beta_Testing

Found another bug with DList: https://issues.dlang.org/show_bug.cgi?id=13279
August 10, 2014
On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
> DMD v2.066.0-rc2 binaries are available for testing:
>
>     http://wiki.dlang.org/Beta_Testing

Where do I download the RC from ?
August 10, 2014
On Sunday, 10 August 2014 at 20:46:25 UTC, deadalnix wrote:
> On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
>> DMD v2.066.0-rc2 binaries are available for testing:
>>
>>    http://wiki.dlang.org/Beta_Testing
>
> Where do I download the RC from ?

OK found it. Having the link as a title is a bit confusing.
August 11, 2014
On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
> DMD v2.066.0-rc2 binaries are available for testing:
>
>     http://wiki.dlang.org/Beta_Testing

curl.lib not found in
dmd.2.066.0-rc2.windows.zip\dmd2\windows\lib
August 11, 2014
On Monday, 11 August 2014 at 15:51:16 UTC, dnewbie wrote:
> On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
>> DMD v2.066.0-rc2 binaries are available for testing:
>>
>>    http://wiki.dlang.org/Beta_Testing
>
> curl.lib not found in
> dmd.2.066.0-rc2.windows.zip\dmd2\windows\lib

Should be fixed by https://github.com/D-Programming-Language/installer/pull/108

I accidentally left it out so Andrew had to quickly fix it but he did it shortly after he rolled some of the release. You'll note he regenerated the installer to include it but the zip must have not had a fixed version uploaded.
August 11, 2014
On Monday, 11 August 2014 at 19:02:18 UTC, Brad Anderson wrote:
> On Monday, 11 August 2014 at 15:51:16 UTC, dnewbie wrote:
>> On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
>>> DMD v2.066.0-rc2 binaries are available for testing:
>>>
>>>   http://wiki.dlang.org/Beta_Testing
>>
>> curl.lib not found in
>> dmd.2.066.0-rc2.windows.zip\dmd2\windows\lib
>
> Should be fixed by https://github.com/D-Programming-Language/installer/pull/108
>
> I accidentally left it out so Andrew had to quickly fix it but he did it shortly after he rolled some of the release. You'll note he regenerated the installer to include it but the zip must have not had a fixed version uploaded.

The dmd.2.066-rc2.windows.zip I just downloaded has dmd2/windows/lib/curl.lib
August 11, 2014
On Monday, 11 August 2014 at 19:32:27 UTC, Brad Anderson wrote:
> On Monday, 11 August 2014 at 19:02:18 UTC, Brad Anderson wrote:
>> On Monday, 11 August 2014 at 15:51:16 UTC, dnewbie wrote:
>>> On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
>>>> DMD v2.066.0-rc2 binaries are available for testing:
>>>>
>>>>  http://wiki.dlang.org/Beta_Testing
>>>
>>> curl.lib not found in
>>> dmd.2.066.0-rc2.windows.zip\dmd2\windows\lib
>>
>> Should be fixed by https://github.com/D-Programming-Language/installer/pull/108
>>
>> I accidentally left it out so Andrew had to quickly fix it but he did it shortly after he rolled some of the release. You'll note he regenerated the installer to include it but the zip must have not had a fixed version uploaded.
>
> The dmd.2.066-rc2.windows.zip I just downloaded has dmd2/windows/lib/curl.lib

OK!
August 11, 2014
On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote:
> DMD v2.066.0-rc2 binaries are available for testing:
>
>     http://wiki.dlang.org/Beta_Testing

Upped https://issues.dlang.org/show_bug.cgi?id=12754 to regression. It is causing code that used to link on mac to not link anymore (in my case SDC).
« First   ‹ Prev
1 2