Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-15 Thread David Nadlinger via Digitalmars-d-announce
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


Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-14 Thread David Nadlinger via Digitalmars-d-announce
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


Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Marco Leise via Digitalmars-d-announce
Am Fri, 12 Sep 2014 01:51:33 +0900
schrieb Andrew Edwards rid...@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



Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Andrew Edwards via Digitalmars-d-announce

On 9/12/14, 3:20 AM, Marco Leise wrote:

Am Fri, 12 Sep 2014 01:51:33 +0900
schrieb Andrew Edwards rid...@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.


Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Marco Leise via Digitalmars-d-announce
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



Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Marco Leise via Digitalmars-d-announce
Am Fri, 12 Sep 2014 03:16:52 +0900
schrieb Andrew Edwards rid...@yahoo.com:

 Clear cache and try again.

Thx, try again now was enough.

-- 
Marco



Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Andrew Edwards via Digitalmars-d-announce

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.