www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DMD v2.066.0-rc2

reply Andrew Edwards <ridimz yahoo.com> writes:
DMD v2.066.0-rc2 binaries are available for testing:

     http://wiki.dlang.org/Beta_Testing
Aug 08 2014
next sibling parent "safety0ff" <safety0ff.dev gmail.com> writes:
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.)
Aug 10 2014
prev sibling next sibling parent "NCrashed" <NCrashed gmail.com> writes:
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
Aug 10 2014
prev sibling next sibling parent reply "deadalnix" <deadalnix gmail.com> writes:
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 ?
Aug 10 2014
parent "deadalnix" <deadalnix gmail.com> writes:
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.
Aug 10 2014
prev sibling next sibling parent reply "dnewbie" <run3 myopera.com> writes:
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
Aug 11 2014
parent reply "Brad Anderson" <eco gnuk.net> writes:
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.
Aug 11 2014
parent reply "Brad Anderson" <eco gnuk.net> writes:
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
Aug 11 2014
parent "dnewbie" <run3 myopera.com> writes:
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!
Aug 11 2014
prev sibling next sibling parent reply "deadalnix" <deadalnix gmail.com> writes:
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).
Aug 11 2014
parent "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Monday, 11 August 2014 at 23:44:26 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
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).
For the N-th time, please include a reproducible test case! I had downgraded that bug earlier today because I couldn't find a DMD version in which OP's code worked.
Aug 15 2014
prev sibling next sibling parent "FrankLike" <1150015857 qq.com> writes:
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
very good.The compile time is shorter than v2.065, Memory Used is smaller ,and the exe file'size is smaller . Frank
Aug 15 2014
prev sibling parent "Jernej Krempus" <jkrempus gmail.com> writes:
I've found a regression in the release candidate:

https://issues.dlang.org/show_bug.cgi?id=13299
Aug 15 2014