Thread overview
Beta 2.076.0
Aug 18, 2017
Martin Nowak
Aug 18, 2017
jmh530
Aug 18, 2017
Martin Nowak
Aug 18, 2017
user1234
Aug 24, 2017
user1234
Aug 26, 2017
Martin Nowak
Aug 26, 2017
user1234
Aug 26, 2017
Martin Nowak
Aug 26, 2017
Meta
Aug 29, 2017
Martin Nowak
August 18, 2017
First beta for the 2.076.0 release.

This release comes with various phobos additions and lots of improvements for -betterC (changelog entry upcoming).

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

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

- -Martin

August 18, 2017
On Friday, 18 August 2017 at 12:58:18 UTC, Martin Nowak wrote:
> First beta for the 2.076.0 release.
>
> This release comes with various phobos additions and lots of improvements for -betterC (changelog entry upcoming).
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.076.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> - -Martin

The changelog also has two mentions of static foreach bugs, but nothing else about it.
August 18, 2017
On 08/18/2017 02:58 PM, Martin Nowak wrote:
> First beta for the 2.076.0 release.
> 
> This release comes with various phobos additions and lots of improvements for -betterC (changelog entry upcoming).

This release will also come with static foreach, see https://github.com/dlang/dmd/pull/6760 and https://github.com/dlang/DIPs/blob/master/DIPs/DIP1010.md.
August 18, 2017
On Friday, 18 August 2017 at 16:52:51 UTC, Martin Nowak wrote:
> On 08/18/2017 02:58 PM, Martin Nowak wrote:
>> First beta for the 2.076.0 release.
>> 
>> This release comes with various phobos additions and lots of improvements for -betterC (changelog entry upcoming).
>
> This release will also come with static foreach, see https://github.com/dlang/dmd/pull/6760 and https://github.com/dlang/DIPs/blob/master/DIPs/DIP1010.md.

Also none of the pull requests for the dlang.org repository seems to formalize the changes added by `static foreach`:

https://github.com/dlang/dlang.org/pulls?utf8=%E2%9C%93&q=is%3Apr%20%22static%20foreach%22%20

Maybe someone could ping the author of the feature ?
August 24, 2017
On Friday, 18 August 2017 at 12:58:18 UTC, Martin Nowak wrote:
> First beta for the 2.076.0 release.
>
> This release comes with various phobos additions and lots of improvements for -betterC (changelog entry upcoming).
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.076.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> - -Martin

I have a warning about the RPM package signature. It was already the case with 2.075.1
August 26, 2017
On 08/18/2017 02:58 PM, Martin Nowak wrote:
> First beta for the 2.076.0 release.

Second beta out now!

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.076.0.html
August 26, 2017
On 08/24/2017 09:40 PM, user1234 wrote:
> I have a warning about the RPM package signature. It was already the case with 2.075.1

Please be so kind to file a bug report (https://issues.dlang.org/) with
a few more details and at best link it here :).
August 26, 2017
On Saturday, 26 August 2017 at 12:33:44 UTC, Martin Nowak wrote:
> On 08/24/2017 09:40 PM, user1234 wrote:
>> I have a warning about the RPM package signature. It was already the case with 2.075.1
>
> Please be so kind to file a bug report (https://issues.dlang.org/) with
> a few more details and at best link it here :).

During today's beta setup i get:

---
Error : INVALID :dmd-2.076.0~b2-0.x86_64 (file-f5179ace): Signature check failure [6-File is unsigned]
    Header hash SHA1 : OK (630453579fcada2ba9c4b86be40f0e21e10cd979)
    MD5 : OK (7c1d4f49b7f0c10559cbbb7a976b68f2)
    Package is not signed!
---

Note that i don't really care about the signature itself. The site where we download is secure but the error message is annoying.
August 26, 2017
On Saturday, 26 August 2017 at 12:32:54 UTC, Martin Nowak wrote:
> On 08/18/2017 02:58 PM, Martin Nowak wrote:
>> First beta for the 2.076.0 release.
>
> Second beta out now!
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.076.0.html

Compiler changes

AVX2 was added as -mcpu=avx2 architecture.
Fix Issue 17697 - Ddoc: automatically highlight URLs outside of macro arguments
**Implement DIP 1010 - Static foreach**

Awesome.
August 29, 2017
On 08/18/2017 02:58 PM, Martin Nowak wrote:
> First beta for the 2.076.0 release.
> 
Release Candidate out now!

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