www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release Candidate D 2.069.0-rc2

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
Second release candidate for the 2.069.0.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.069.0.html

A list of fixes over 2.069.0-rc1 can be found here.
https://github.com/D-Programming-Language/dlang.org/commit/78fb5704def71c63cd70b474f86a5aea2b85b372

Please report any bugs at https://issues.dlang.org

-Martin
Oct 30 2015
next sibling parent reply Brian Schott <briancschott gmail.com> writes:
On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote:
 Second release candidate for the 2.069.0.
I have tested this RC with DCD, D-Scanner, dfmt, dfix, and several EMSI internal projects. Everything builds and passes unit tests.
Oct 30 2015
parent BBasile <bb.temp gmx.com> writes:
On Friday, 30 October 2015 at 18:18:03 UTC, Brian Schott wrote:
 On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote:
 Second release candidate for the 2.069.0.
I have tested this RC with DCD, D-Scanner, dfmt, dfix, and several EMSI internal projects. Everything builds and passes unit tests.
same here. Tested with MetaD (about 30 static libs). Everything compiles fine, including those with regression detected in rc1 (dproto and libasync).
Oct 30 2015
prev sibling next sibling parent reply deadalnix <deadalnix gmail.com> writes:
On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote:
 Second release candidate for the 2.069.0.

 http://dlang.org/download.html#dmd_beta 
 http://dlang.org/changelog/2.069.0.html

 A list of fixes over 2.069.0-rc1 can be found here. 
 https://github.com/D-Programming-Language/dlang.org/commit/78fb5704def71c63cd70b474f86a5aea2b85b372

 Please report any bugs at https://issues.dlang.org

 -Martin
Download seems to be broken. It just hangs forever right now.
Oct 30 2015
parent deadalnix <deadalnix gmail.com> writes:
On Friday, 30 October 2015 at 20:44:35 UTC, deadalnix wrote:
 On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote:
 Second release candidate for the 2.069.0.

 http://dlang.org/download.html#dmd_beta 
 http://dlang.org/changelog/2.069.0.html

 A list of fixes over 2.069.0-rc1 can be found here. 
 https://github.com/D-Programming-Language/dlang.org/commit/78fb5704def71c63cd70b474f86a5aea2b85b372

 Please report any bugs at https://issues.dlang.org

 -Martin
Download seems to be broken. It just hangs forever right now.
Ok, it is back and so far so good.
Nov 02 2015
prev sibling next sibling parent =?UTF-8?Q?S=c3=b6nke_Ludwig?= <sludwig rejectedsoftware.com> writes:
The vibe.d RC is green again now, too.
Oct 30 2015
prev sibling next sibling parent reply BBasile <bb.temp gmx.com> writes:
On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote:
 Second release candidate for the 2.069.0.

 http://dlang.org/download.html#dmd_beta 
 http://dlang.org/changelog/2.069.0.html

 A list of fixes over 2.069.0-rc1 can be found here. 
 https://github.com/D-Programming-Language/dlang.org/commit/78fb5704def71c63cd70b474f86a5aea2b85b372

 Please report any bugs at https://issues.dlang.org

 -Martin
Despite of what I had say previously I've encountered another "inliner" bug today that looks like a regression. I don't know what's the 2.069 ETA but I'm not sure to be able to file a bugzilla entry quickly.
Oct 31 2015
parent reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 10/31/2015 01:00 PM, BBasile wrote:
 
 Despite of what I had say previously I've encountered another "inliner"
 bug today that looks like a regression. I don't know what's the 2.069
 ETA but I'm not sure to be able to file a bugzilla entry quickly.
Please just file ticket with whatever you have (e.g. project x fails with ...). We can reduce the code ourself or might already recognize the issue. Regarding the ETA, we're already overdue by 2 weeks. -Martin
Nov 01 2015
parent BBasile <bb.temp gmx.com> writes:
On Sunday, 1 November 2015 at 17:23:19 UTC, Martin Nowak wrote:
 On 10/31/2015 01:00 PM, BBasile wrote:
 
 Despite of what I had say previously I've encountered another 
 "inliner" bug today that looks like a regression. I don't know 
 what's the 2.069 ETA but I'm not sure to be able to file a 
 bugzilla entry quickly.
Please just file ticket with whatever you have (e.g. project x fails with ...). We can reduce the code ourself or might already recognize the issue. Regarding the ETA, we're already overdue by 2 weeks. -Martin
Done: https://issues.dlang.org/show_bug.cgi?id=15272 However not sure it will help. I didn't manage to reduce and it's hard to build & test. As you said maybe someone will recognize error. Among the workarounds I've found there's one which is particularly unbelievable.
Nov 01 2015
prev sibling parent Andrea Fontana <nospam example.com> writes:
On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote:
 Second release candidate for the 2.069.0.

 http://dlang.org/download.html#dmd_beta 
 http://dlang.org/changelog/2.069.0.html

 A list of fixes over 2.069.0-rc1 can be found here. 
 https://github.com/D-Programming-Language/dlang.org/commit/78fb5704def71c63cd70b474f86a5aea2b85b372

 Please report any bugs at https://issues.dlang.org

 -Martin
Now it works for me.
Nov 02 2015