August 10, 2015
On Monday, 10 August 2015 at 14:27:47 UTC, Marc Schütz wrote:
> 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

I don't see this module in ZIP archive. http://imgur.com/9zTAXZA
August 10, 2015
On Monday, 10 August 2015 at 13:09:16 UTC, anonymous wrote:
> 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.
Aha. But if I look into the Regressions that are still open, they have been worked on and they have pull requests so to me they look pretty much closed. But the Bug Tracker list them as new - not even assigned to someone.
>
> 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.
Yeah, I know. But even most of them are far from a state "new", I would think.
Maybe the state should reflect this progress better, because these 3000 open and unassigned bug give a much worse impression of the state of D than the language really is in.
People get easy turned away from D by that look, which I think would be easy to avoid.


August 10, 2015
On Monday, 10 August 2015 at 15:41:39 UTC, Dominikus Dittes Scherkl wrote:
> Maybe the state should reflect this progress better, because these 3000 open and unassigned bug give a much worse impression of the state of D than the language really is in.
> People get easy turned away from D by that look, which I think would be easy to avoid.

Yeah, we don't really make use of the ASSIGNED status. Maybe we should.

I assigned the issues for which I have open pull requests to myself. But that's only 3 issues. I don't know how to get the heavy hitters to be more attentive in that regard.

I guess whenever one makes a pull request to fix an issue, the issue can be considered to be assigned to them. You could go through everything and assign issues to PR makers, but that'd be quite some legwork.
August 10, 2015
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.0.

Reddit link:
https://www.reddit.com/r/programming/comments/3ggr45/d_20680_released_133_bug_fixes_gc_profiling_and/

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

Excellent news, thanks for all the hard work guys!
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

Nice work. Thanks for the release.
Joseph
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

thx much.


August 11, 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

brew update && brew reinstall dmd

:)
August 11, 2015
Packages for openSUSE 13.1, 13.2, Factory and Tumbleweed are now available in devel:languages:D.

http://download.opensuse.org/repositories/devel:/languages:/D/
August 11, 2015
On Tuesday, 11 August 2015 at 08:27:00 UTC, Marc Schütz wrote:
> Packages for openSUSE 13.1, 13.2, Factory and Tumbleweed are now available in devel:languages:D.
>
> http://download.opensuse.org/repositories/devel:/languages:/D/

Please could you update/correct the entry here to reflect that: http://wiki.dlang.org/Compilers#Package_and.2For_binary_availability.2C_by_platform_and_compiler

thanks :)