Jump to page: 1 24  
Page
Thread overview
Release D 2.068.0
Aug 10, 2015
Martin Nowak
Aug 10, 2015
Walter Bright
Aug 10, 2015
ZombineDev
Aug 10, 2015
anonymous
Aug 10, 2015
anonymous
Aug 10, 2015
Misu
Aug 10, 2015
Ivan Kazmenko
Aug 10, 2015
Timon Gehr
Aug 10, 2015
sigod
Aug 10, 2015
Marc Schütz
Aug 10, 2015
sigod
Aug 10, 2015
Jack Stouffer
Aug 10, 2015
Gary Willoughby
Aug 10, 2015
Joseph Cassman
Aug 10, 2015
BBasile
Aug 11, 2015
John Colvin
Aug 11, 2015
Bill Baxter
Aug 11, 2015
John Colvin
Aug 11, 2015
Bill Baxter
Aug 11, 2015
Ben Boeckel
Aug 11, 2015
John Colvin
Aug 12, 2015
Ben Boeckel
Aug 12, 2015
John Colvin
Aug 11, 2015
Marc Schütz
Aug 11, 2015
John Colvin
Aug 11, 2015
Marc Schütz
Aug 11, 2015
BBasile
Aug 11, 2015
Daniel Kozak
Aug 11, 2015
ketmar
Aug 12, 2015
Rikki Cattermole
August 10, 2015
Glad to announce D 2.068.0.

http://downloads.dlang.org/releases/2.x/2.068.0/

This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.

See the changelog for more details. http://dlang.org/changelog.html#2.068.0

-Martin
August 10, 2015
On 8/10/2015 1:48 AM, Martin Nowak wrote:
> Glad to announce D 2.068.0.
>
> http://downloads.dlang.org/releases/2.x/2.068.0/
>
> This release comes with many rangified phobos functions, 2 new GC
> profilers, a new AA implementation, and countless further improvements
> and fixes.
>
> See the changelog for more details.
> http://dlang.org/changelog.html#2.068.0
>
> -Martin
>

Yay! Thank you, Martin!

Now to switch to DDMD!
August 10, 2015
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.0.
>
> http://downloads.dlang.org/releases/2.x/2.068.0/
>
> This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.
>
> See the changelog for more details. http://dlang.org/changelog.html#2.068.0
>
> -Martin

Congratulations! Thanks to all the contributors who made this happen and especially Kenji, Martin and Walter for hunting down all release blockers.
August 10, 2015
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.0.
>
> http://downloads.dlang.org/releases/2.x/2.068.0/
>
> This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.
>
> See the changelog for more details. http://dlang.org/changelog.html#2.068.0
>
> -Martin

Thanks to all for the hard work.
August 10, 2015
On Monday, 10 August 2015 at 10:02:38 UTC, ZombineDev wrote:
> On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
>> Glad to announce D 2.068.0.
>>
>> http://downloads.dlang.org/releases/2.x/2.068.0/
>>
>> This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.
>>
>> See the changelog for more details. http://dlang.org/changelog.html#2.068.0
>>
>> -Martin
>
> Congratulations! Thanks to all the contributors who made this happen and especially Kenji, Martin and Walter for hunting down all release blockers.

Congrats, but why are there still 6 Regressions / 34 Blockers open in Bugzilla? At least with the one that opens from the main D page /resouces/bugtracker.
Is this a different tracker that's not up to date?
August 10, 2015
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.0.
>
> http://downloads.dlang.org/releases/2.x/2.068.0/
>
> This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.
>
> See the changelog for more details. http://dlang.org/changelog.html#2.068.0
>
> -Martin

Congratulations!

On a side note, you guys are fast in fixing regressions I happen to stumble upon and report.  Thank you for quick responses!

Ivan Kazmenko.
August 10, 2015
On Monday, 10 August 2015 at 12:24:36 UTC, Dominikus Dittes Scherkl wrote:
> Congrats, but why are there still 6 Regressions / 34 Blockers open in Bugzilla? At least with the one that opens from the main D page /resouces/bugtracker.
> Is this a different tracker that's not up to date?

Regarding regressions: I think the policy is to not release with new regressions. That is, regressions from before 2.068 don't block the release.

Regarding blockers: As far as I know, "blocker" doesn't mean a thing for releases. I think many of those have been labeled "blocker" because they block someone in their work, rather than blocking a release.
August 10, 2015
On 08/10/2015 10:48 AM, Martin Nowak wrote:
> Glad to announce D 2.068.0.
>
> http://downloads.dlang.org/releases/2.x/2.068.0/
>
> This release comes with many rangified phobos functions, 2 new GC
> profilers, a new AA implementation, and countless further improvements
> and fixes.
>
> See the changelog for more details.
> http://dlang.org/changelog.html#2.068.0
>
> -Martin
>

"3. Attributes for auto return function are now inferred."

This is a bad idea. What if I want/need to specify the return type but still want attribute inference? What if I don't want attribute inference, but I want the return type to be inferred?
August 10, 2015
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.0.
>
> http://downloads.dlang.org/releases/2.x/2.068.0/
>
> This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.
>
> See the changelog for more details. http://dlang.org/changelog.html#2.068.0
>
> -Martin

Great work.

Only, why `std.digest.hmac` hasn't been included in this release?
August 10, 2015
On Monday, 10 August 2015 at 14:05:14 UTC, sigod wrote:
> Only, why `std.digest.hmac` hasn't been included in this release?

It's there, just the documentation is missing:
https://github.com/D-Programming-Language/phobos/pull/3543
« First   ‹ Prev
1 2 3 4