Thread overview
Release Candidate D 2.069.0-rc2
Oct 30, 2015
Martin Nowak
Oct 30, 2015
Brian Schott
Oct 30, 2015
BBasile
Oct 30, 2015
deadalnix
Nov 02, 2015
deadalnix
Oct 30, 2015
Sönke Ludwig
Oct 31, 2015
BBasile
Nov 01, 2015
Martin Nowak
Nov 01, 2015
BBasile
Nov 02, 2015
Andrea Fontana
October 30, 2015
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

October 30, 2015
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.

October 30, 2015
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.
October 30, 2015
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).
October 30, 2015
The vibe.d RC is green again now, too.
October 31, 2015
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.
November 01, 2015
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
November 01, 2015
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.
November 02, 2015
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.
November 02, 2015
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.