Jump to page: 1 2 3
Thread overview
Release D 2.076.0
Sep 01, 2017
Martin Nowak
Sep 01, 2017
Mike Parker
Sep 01, 2017
Joakim
Sep 01, 2017
Mike Parker
Sep 01, 2017
Ali Çehreli
Sep 01, 2017
Ali Çehreli
Sep 02, 2017
Mike Parker
Sep 01, 2017
Ali
Sep 01, 2017
Ali
Sep 01, 2017
jmh530
Sep 02, 2017
Yuxuan Shui
Sep 02, 2017
Ilya Yaroshenko
Sep 04, 2017
Timon Gehr
Sep 04, 2017
Timon Gehr
Sep 04, 2017
Timon Gehr
Sep 07, 2017
Rainer Schuetze
Sep 07, 2017
Timon Gehr
Sep 03, 2017
Joakim
Sep 04, 2017
nkm1
Sep 04, 2017
Timon Gehr
Sep 04, 2017
Timon Gehr
Sep 04, 2017
Mario Kröplin
Sep 05, 2017
Jacob Carlborg
Sep 04, 2017
Vadim Lopatin
Sep 07, 2017
Ali Çehreli
Sep 07, 2017
Antonio Corbi
Oct 01, 2017
Martin Nowak
September 01, 2017
Glad to announce D 2.076.0.

This release comes with static foreach, many -betterC enhancements, various phobos additions, an -mcpu=avx2 switch, and lots of bugfixes.

Thanks to everyone involved in this 👏.

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

- -Martin
September 01, 2017
On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
> Glad to announce D 2.076.0.

Blogged and reddited:

https://dlang.org/blog/2017/09/01/dmd-2-076-0-released/

https://www.reddit.com/r/programming/comments/6xf77f/version_20760_of_dmd_the_d_reference_compiler/
September 01, 2017
On Friday, 1 September 2017 at 15:24:57 UTC, Mike Parker wrote:
> On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
>> Glad to announce D 2.076.0.
>
> Blogged and reddited:
>
> https://dlang.org/blog/2017/09/01/dmd-2-076-0-released/
>
> https://www.reddit.com/r/programming/comments/6xf77f/version_20760_of_dmd_the_d_reference_compiler/

Nice writeup of the major features of this release, think it really helps.

Typo in blog post - dramtically

Also, changelog still lists this as a beta, to be released.
September 01, 2017
On Friday, 1 September 2017 at 16:16:03 UTC, Joakim wrote:

>
> Nice writeup of the major features of this release, think it really helps.
>
> Typo in blog post - dramtically

Good catch. Thanks!

>
> Also, changelog still lists this as a beta, to be released.

There was an issue with rebuilding the site, but a fix is imminent.


September 01, 2017
On 09/01/2017 09:34 AM, Mike Parker wrote:

> Good catch. Thanks!

Great piece Mike!

One more correction: It says "to the conv function template" but the code uses to!uint.

Ali

September 01, 2017
On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
> Glad to announce D 2.076.0.
>
> This release comes with static foreach, many -betterC enhancements, various phobos additions, an -mcpu=avx2 switch, and lots of bugfixes.
>
> Thanks to everyone involved in this 👏.
>
> http://dlang.org/download.html http://dlang.org/changelog/2.076.0.html
>
> - -Martin

static foreach is so nice, it is implemented twice :)
September 01, 2017
On 09/01/2017 09:42 AM, Ali Çehreli wrote:

> One more correction: It says "to the conv function template" but the
> code uses to!uint.

Mike doesn't make it easy: How about changing "comv" to "conv" in the "correction". :o)

Ali

September 01, 2017
On Friday, 1 September 2017 at 17:33:26 UTC, Ali wrote:
> On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
>> http://dlang.org/changelog/2.076.0.html
>>
>> - -Martin
>
> static foreach is so nice, it is implemented twice :)

to be clear
- Implement DIP 1010 - Static foreach
is mentioned twice in the changelog, as points 1 and 6
September 01, 2017
On Friday, 1 September 2017 at 21:29:08 UTC, Ali wrote:
>
> to be clear
> - Implement DIP 1010 - Static foreach
> is mentioned twice in the changelog, as points 1 and 6

BetterC is also on there twice.
September 02, 2017
On Friday, 1 September 2017 at 17:49:59 UTC, Ali Çehreli wrote:
> On 09/01/2017 09:42 AM, Ali Çehreli wrote:
>
> > One more correction: It says "to the conv function template"
> but the
> > code uses to!uint.
>
> Mike doesn't make it easy: How about changing "comv" to "conv" in the "correction". :o)
>
> Ali

Double thanks, Ali!
« First   ‹ Prev
1 2 3