Jump to page: 1 27  
Page
Thread overview
Release D 2.072.0
Oct 31, 2016
Martin Nowak
Oct 31, 2016
Nick Sabalausky
Oct 31, 2016
Sönke Ludwig
Oct 31, 2016
Sönke Ludwig
Oct 31, 2016
Sönke Ludwig
Oct 31, 2016
Martin Nowak
Oct 31, 2016
ag0aep6g
Nov 05, 2016
Vladimir Panteleev
Oct 31, 2016
John Colvin
Oct 31, 2016
Martin Nowak
Oct 31, 2016
Ali Çehreli
Nov 01, 2016
Nick Treleaven
Oct 31, 2016
Basile B.
Nov 01, 2016
Johan Engelen
Nov 02, 2016
Johan Engelen
Nov 02, 2016
anonymous
Nov 02, 2016
anonymous
Nov 03, 2016
Johan Engelen
Nov 04, 2016
Johan Engelen
Nov 04, 2016
Johan Engelen
Nov 05, 2016
Jonathan M Davis
Nov 10, 2016
Dicebot
Nov 10, 2016
Dicebot
Nov 11, 2016
Kagamin
Nov 11, 2016
Nick Sabalausky
Nov 11, 2016
Dicebot
Nov 11, 2016
Dicebot
Nov 11, 2016
Nick Sabalausky
Nov 11, 2016
jmh530
Nov 11, 2016
Jonathan M Davis
Nov 15, 2016
Dicebot
Nov 11, 2016
Rainer Schuetze
Nov 02, 2016
Jack Stouffer
Nov 03, 2016
Andre Pany
Nov 03, 2016
Sönke Ludwig
Nov 03, 2016
Andre Pany
Nov 06, 2016
Sönke Ludwig
Nov 06, 2016
Daniel Kozak
Nov 07, 2016
Sönke Ludwig
Nov 03, 2016
Dicebot
Nov 05, 2016
Soulsbane
Nov 05, 2016
John Colvin
Nov 07, 2016
ikod
Nov 10, 2016
Dicebot
Nov 10, 2016
Soulsbane
Nov 11, 2016
Soulsbane
Nov 07, 2016
Anonymous
Nov 07, 2016
Anonymous
Nov 08, 2016
thedeemon
Nov 09, 2016
Dicebot
Nov 09, 2016
Daniel Kozak
Nov 12, 2016
Basile B.
Nov 15, 2016
Dicebot
October 31, 2016
Glad to announce D 2.072.0.

http://dlang.org/download.html

This is the release ships with the latest version of dub (v1.1.0), comes
with lots of phobos additions and native TLS on OSX.
See the changelog for more details.

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

-Martin
October 30, 2016
On 10/30/2016 09:27 PM, Martin Nowak wrote:
>
> This is the release ships with the latest version of dub (v1.1.0),

Changelog for dub 1.1.0?


October 31, 2016
Am 31.10.2016 um 02:27 schrieb Martin Nowak:
> Glad to announce D 2.072.0.
>
> http://dlang.org/download.html
>
> This is the release ships with the latest version of dub (v1.1.0), comes
> with lots of phobos additions and native TLS on OSX.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.072.0.html
>
> -Martin
>

Hm, looks like DUB 1.1.0 was tagged on master instead of stable, which means that some fixes are missing and some changes haven't gone through a testing phase. Can we still fix this for this release?
October 31, 2016
On 10/30/2016 06:27 PM, Martin Nowak wrote:
> Glad to announce D 2.072.0.
>
> http://dlang.org/download.html
>
> This is the release ships with the latest version of dub (v1.1.0), comes
> with lots of phobos additions and native TLS on OSX.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.072.0.html
>
> -Martin
>

Thanks!

Is the only valid remaining use for the comma operator the 'for' loop iteration?

for ( ; ; ++i, ++j) {
    // ...
}

Are there other uses?

Ali

October 31, 2016
Am 31.10.2016 um 08:24 schrieb Sönke Ludwig:
> Am 31.10.2016 um 02:27 schrieb Martin Nowak:
>> Glad to announce D 2.072.0.
>>
>> http://dlang.org/download.html
>>
>> This is the release ships with the latest version of dub (v1.1.0), comes
>> with lots of phobos additions and native TLS on OSX.
>> See the changelog for more details.
>>
>> http://dlang.org/changelog/2.072.0.html
>>
>> -Martin
>>
>
> Hm, looks like DUB 1.1.0 was tagged on master instead of stable, which
> means that some fixes are missing and some changes haven't gone through
> a testing phase. Can we still fix this for this release?

2a90bd1c0d18d5a706723757cf01aeffc179ee1f is the right commit hash.
October 31, 2016
Am 31.10.2016 um 08:24 schrieb Sönke Ludwig:
> Am 31.10.2016 um 02:27 schrieb Martin Nowak:
>> Glad to announce D 2.072.0.
>>
>> http://dlang.org/download.html
>>
>> This is the release ships with the latest version of dub (v1.1.0), comes
>> with lots of phobos additions and native TLS on OSX.
>> See the changelog for more details.
>>
>> http://dlang.org/changelog/2.072.0.html
>>
>> -Martin
>>
>
> Hm, looks like DUB 1.1.0 was tagged on master instead of stable, which
> means that some fixes are missing and some changes haven't gone through
> a testing phase. Can we still fix this for this release?

BTW, I was really surprised that there was not at least one release candidate. There is a forward reference regression that happened after the last beta and affects vibe.d. I'll see if I can find a workaround.
October 31, 2016
On Monday, 31 October 2016 at 07:24:23 UTC, Sönke Ludwig wrote:
> Am 31.10.2016 um 02:27 schrieb Martin Nowak:
>> Glad to announce D 2.072.0.
>>
>> http://dlang.org/download.html
>>
>> This is the release ships with the latest version of dub (v1.1.0), comes
>> with lots of phobos additions and native TLS on OSX.
>> See the changelog for more details.
>>
>> http://dlang.org/changelog/2.072.0.html
>>
>> -Martin
>>
>
> Hm, looks like DUB 1.1.0 was tagged on master instead of stable, which means that some fixes are missing and some changes haven't gone through a testing phase. Can we still fix this for this release?

Martin, have you considered posting each release* here on the newsgroup 24 hours before the actual release, marked "pre-release sanity check" so mistakes like this are more likely to be caught?

* and I mean the actual bit-for-bit identical release packages here; this is test-firing the actual rocket that's going to space.
October 31, 2016
On Monday, 31 October 2016 at 01:27:08 UTC, Martin Nowak wrote:
> Glad to announce D 2.072.0.
>
> http://dlang.org/download.html
>
> This is the release ships with the latest version of dub (v1.1.0), comes
> with lots of phobos additions and native TLS on OSX.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.072.0.html
>
> -Martin

Thanks,

About http://dlang.org/changelog/2.072.0.html#drt-oncycle
I'll maybe propose this: https://issues.dlang.org/show_bug.cgi?id=16583

The ability to solve conflicts with selective/global imports as a language spec.


October 31, 2016
On 10/31/2016 08:24 AM, Sönke Ludwig wrote:
> Hm, looks like DUB 1.1.0 was tagged on master instead of stable, which means that some fixes are missing and some changes haven't gone through a testing phase. Can we still fix this for this release?

Shoot, sorry for that. We still need to integrate dub into http://wiki.dlang.org/DMD_Release_Building.

October 31, 2016
On 10/31/2016 08:45 AM, Sönke Ludwig wrote:
> BTW, I was really surprised that there was not at least one release candidate. There is a forward reference regression that happened after the last beta and affects vibe.d. I'll see if I can find a workaround.

There weren't any open regressions left in Bugzilla blocking this
release, and I did take care of that forward reference bug (Issue 16607).
I did not want to delay the release any further. We can always follow up
with point releases if more fixes come in.
I hope https://ci.dawg.eu/ helps to avoid accumulating so many issues in
the first place.

-Martin

« First   ‹ Prev
1 2 3 4 5 6 7