Jump to page: 1 2 3
Thread overview
Release D 2.070.0
Jan 27, 2016
Martin Nowak
Jan 27, 2016
Justin Whear
Jan 27, 2016
jmh530
Jan 28, 2016
Martin Nowak
Jan 28, 2016
Suliman
Jan 27, 2016
Yazan D
Jan 28, 2016
Martin Nowak
Jan 28, 2016
Walter Bright
Jan 28, 2016
Dejan Lekic
Jan 28, 2016
Nick Sabalausky
Jan 28, 2016
Adam D. Ruppe
Jan 28, 2016
Nick Sabalausky
Jan 29, 2016
Adam D. Ruppe
Jan 29, 2016
Nick Sabalausky
Jan 29, 2016
Adam D. Ruppe
Jan 29, 2016
Nick Sabalausky
Jan 28, 2016
Minas Mina
Jan 28, 2016
bachmeier
Jan 30, 2016
Jordi Sayol
Jan 31, 2016
Dicebot
Feb 01, 2016
thedeemon
January 27, 2016
Glad to announce D 2.070.0

http://dlang.org/download.html

This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more details.

http://dlang.org/changelog/2.070.0.html

-Martin
January 27, 2016
On Wed, 27 Jan 2016 22:08:54 +0100, Martin Nowak wrote:

> Glad to announce D 2.070.0

Sweet.  Thanks for all your work on this Martin, and to all the contributors.

Justin
January 27, 2016
On Wednesday, 27 January 2016 at 21:08:54 UTC, Martin Nowak wrote:
> Glad to announce D 2.070.0
>
> http://dlang.org/download.html
>
> This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more details.
>
> http://dlang.org/changelog/2.070.0.html
>
> -Martin

I don't see a mention of the native exception handling on 64-bit linux in the changelog.
January 27, 2016
On Wed, 27 Jan 2016 22:08:54 +0100, Martin Nowak wrote:

> Glad to announce D 2.070.0
> 
> http://dlang.org/download.html
> 
> This release comes with the new std.experimental.ndslice, heavily
> expanded Windows bindings, and native exception handling on 64-bit
> linux.
> See the changelog for more details.
> 
> http://dlang.org/changelog/2.070.0.html
> 
> -Martin

Thanks for all the work.

Looks like the changelog is missing some stuff. For example: https:// issues.dlang.org/show_bug.cgi?id=15434 and https://issues.dlang.org/ show_bug.cgi?id=15433.
January 27, 2016
On 1/27/2016 1:08 PM, Martin Nowak wrote:
> Glad to announce D 2.070.0
>
> http://dlang.org/download.html
>
> This release comes with the new std.experimental.ndslice, heavily
> expanded Windows bindings, and native exception handling on 64-bit linux.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.070.0.html
>
> -Martin
>

Thank you, Martin, for all your hard and diligent work taking charge of preparing and getting this release out the door!
January 28, 2016
On 01/27/2016 11:16 PM, Yazan D wrote:
> Thanks for all the work.
> 
> Looks like the changelog is missing some stuff. For example: https:// issues.dlang.org/show_bug.cgi?id=15434 and https://issues.dlang.org/ show_bug.cgi?id=15433.

The commit messages are parsed by quite a few tools to find bug fixes. In order to automatically close bugzilla tickets, get a link from dlang-bot, and appear on the changelog you should mention `fix Issues 15433` in the relevant commit.

The regex goes like this:

((close|fix|address)e?(s|d)? )?(ticket|bug|tracker item|issue)s?:? *([\d
,\+&#and]+)
https://github.com/github/github-services/blob/2e886f407696261bd5adfc99b16d36d5e7b50241/lib/services/bugzilla.rb#L155

-Martin
January 28, 2016
On 01/27/2016 10:37 PM, jmh530 wrote:
> 
> I don't see a mention of the native exception handling on 64-bit linux in the changelog.

Yes, sorry for that nobody wrote the changelog entry.

We now have changelog.dd files in each repo, and PRs should only be merged w/ the corresponding changelog entry. Unfortunately this isn't always followed.
January 28, 2016
Where is mention about std.experimental.ndslice?
January 28, 2016
On Wednesday, 27 January 2016 at 21:08:54 UTC, Martin Nowak wrote:
> Glad to announce D 2.070.0
>
> http://dlang.org/download.html
>
> This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more details.
>
> http://dlang.org/changelog/2.070.0.html
>
> -Martin

Good reason to celebrate! :) Thanks Martin!
January 28, 2016
On 01/27/2016 04:08 PM, Martin Nowak wrote:
> Glad to announce D 2.070.0
>
> http://dlang.org/download.html
>
> This release comes with the new std.experimental.ndslice, heavily
> expanded Windows bindings, and native exception handling on 64-bit linux.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.070.0.html
>
> -Martin
>


This one is still MIA after all this time: https://github.com/D-Programming-Language/dmd/pull/4745

« First   ‹ Prev
1 2 3