Thread overview
New Beta: 2.066.1-rc1 is Now Available
Sep 11, 2014
Andrew Edwards
Sep 11, 2014
Walter Bright
Sep 11, 2014
Marco Leise
Sep 11, 2014
Andrew Edwards
Sep 11, 2014
Marco Leise
Sep 11, 2014
Marco Leise
Sep 12, 2014
Andrew Edwards
Sep 14, 2014
David Nadlinger
Sep 15, 2014
David Nadlinger
September 11, 2014
DMD 2.066.1-rc1 is now available for testing. Visit http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs to bugzilla at https://issues.dlang.org/.

Happy testing
September 11, 2014
On 9/11/2014 9:51 AM, Andrew Edwards wrote:
> DMD 2.066.1-rc1 is now available for testing. Visit
> http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs to
> bugzilla at https://issues.dlang.org/.
>
> Happy testing

Thank you, Andrew!
September 11, 2014
Am Fri, 12 Sep 2014 01:51:33 +0900
schrieb Andrew Edwards <ridimz@yahoo.com>:

> DMD 2.066.1-rc1 is now available for testing. Visit http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs to bugzilla at https://issues.dlang.org/.
> 
> Happy testing

I followed the first LINUX link on
http://wiki.dlang.org/DMD_v2.066.1-rc1
and got this:

http://downloads.dlang.org/pre-releases/2014/dmd.2.066.1-rc1.linux.zip

  404 Not Found
  Code: NoSuchKey
  Message: The specified key does not exist.
  Key: pre-releases/2014/dmd.2.066.1-rc1.linux.zip
  RequestId: 041CB7ED85E79D22
  HostId: 77PqxexMbECV1cBnYfWlCZhxrKtBgH2VhFhP8v2tlG6kpALNX3JGPYXbzhmYIx7w

-- 
Marco

September 11, 2014
On 9/12/14, 3:20 AM, Marco Leise wrote:
> Am Fri, 12 Sep 2014 01:51:33 +0900
> schrieb Andrew Edwards <ridimz@yahoo.com>:
>
>> DMD 2.066.1-rc1 is now available for testing. Visit
>> http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs
>> to bugzilla at https://issues.dlang.org/.
>>
>> Happy testing
>
> I followed the first LINUX link on
> http://wiki.dlang.org/DMD_v2.066.1-rc1
> and got this:
>
> http://downloads.dlang.org/pre-releases/2014/dmd.2.066.1-rc1.linux.zip
>
>    404 Not Found
>    Code: NoSuchKey
>    Message: The specified key does not exist.
>    Key: pre-releases/2014/dmd.2.066.1-rc1.linux.zip
>    RequestId: 041CB7ED85E79D22
>    HostId: 77PqxexMbECV1cBnYfWlCZhxrKtBgH2VhFhP8v2tlG6kpALNX3JGPYXbzhmYIx7w
>

Clear cache and try again.
September 11, 2014
P.S. Is this supposed to contain all 2.066 regression
fixes pulled into master up to this point?
As far as I can tell at least
https://github.com/D-Programming-Language/dmd/pull/3961
from 4 days ago didn't get cherry picked yet.
Or are these RCs more of a preliminary version?

-- 
Marco

September 11, 2014
Am Fri, 12 Sep 2014 03:16:52 +0900
schrieb Andrew Edwards <ridimz@yahoo.com>:

> Clear cache and try again.

Thx, "try again now" was enough.

-- 
Marco

September 12, 2014
On 9/12/14, 3:28 AM, Marco Leise wrote:
> P.S. Is this supposed to contain all 2.066 regression
> fixes pulled into master up to this point?
> As far as I can tell at least
> https://github.com/D-Programming-Language/dmd/pull/3961
> from 4 days ago didn't get cherry picked yet.
> Or are these RCs more of a preliminary version?
>

It just happens that that one wasn't approved prior to Kenji pushing in picking regressions that same day. That's the only one I can see missing. But that's why it's called an RC... Inevitably, we overlook something. This gives us time to identify and correct those oversights. Thank you for identifying it.
September 14, 2014
On Friday, 12 September 2014 at 02:35:44 UTC, Andrew Edwards wrote:
> On 9/12/14, 3:28 AM, Marco Leise wrote:
>> P.S. Is this supposed to contain all 2.066 regression
>> fixes pulled into master up to this point?
>> As far as I can tell at least
>> https://github.com/D-Programming-Language/dmd/pull/3961
>> from 4 days ago didn't get cherry picked yet.
>> Or are these RCs more of a preliminary version?
>>
>
> It just happens that that one wasn't approved prior to Kenji pushing in picking regressions that same day. That's the only one I can see missing. But that's why it's called an RC... Inevitably, we overlook something. This gives us time to identify and correct those oversights. Thank you for identifying it.

Cherry-pick for the release branch: https://github.com/D-Programming-Language/dmd/pull/3985

Please pull before rc2.

Cheers,
David
September 15, 2014
On Thursday, 11 September 2014 at 16:51:34 UTC, Andrew Edwards wrote:
> DMD 2.066.1-rc1 is now available for testing.

I found a new 2.066 regression: https://issues.dlang.org/show_bug.cgi?id=13478

It also exists in 2.066.0, but hopefully we can fix it before 2.066.1, as it currently blocks the merge of 2.066 to the master branch of LDC.

David