March 25, 2015
On 3/25/15 12:39 PM, Andrei Alexandrescu wrote:
> On 3/24/15 10:07 AM, Martin Nowak wrote:
>> Glad to announce D 2.067.0.
>
> Spreading the news:
[snip]

Nice, we seem to be on HackerNews' front page: https://news.ycombinator.com/

Andrei

March 25, 2015
On 3/25/15 1:32 PM, Andrei Alexandrescu wrote:
> On 3/25/15 12:39 PM, Andrei Alexandrescu wrote:
>> On 3/24/15 10:07 AM, Martin Nowak wrote:
>>> Glad to announce D 2.067.0.
>>
>> Spreading the news:
> [snip]
>
> Nice, we seem to be on HackerNews' front page:
> https://news.ycombinator.com/

And apparently we did something wrong - somehow we fell in minutes from position 11 to position 41. -- Andrei

March 25, 2015
On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
> See the changelog for more details.
> http://dlang.org/changelog.html
>
> Download pages and documentation will be updated within the next few hours.
>
> http://downloads.dlang.org/releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
>
> Until the binaries are mirrored to the official site, you can get them here.
> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>
> -Martin

from the reddit thread:
>Anyone know if there's been any comparisons of different heapSizeFactor values? Primarly, compared to the default 2, 1.5 or 1.618.

has anyone working on the GC actually done any comparisons of the new options?
March 26, 2015
On Tuesday, 24 March 2015 at 18:18:44 UTC, Martin Nowak wrote:
> [snip]
>
> What I'm regretting more, is that I have to run after every contributor,
> bugging them 3 times to write a single changelog line.
>
> One way to improve this would be to have changelogs in the
> dmd/druntime/phobos repo and make the entries part of the pull requests.

That's a good idea. Maybe use separate files for each changelog entry (which are then combined into into the actual changelog by the dlang.org makefile). Then there wouldn't be merge conflicts with basically every pull request.

Something like:

changelog/v[upcoming dmd version]-[bugzilla issue number]-[github username].log

(e.g., changelog/v2.068.0-314-9rnsr.log)
March 26, 2015
On Thursday, 26 March 2015 at 01:44:44 UTC, Brad Anderson wrote:
> That's a good idea. Maybe use separate files for each changelog entry (which are then combined into into the actual changelog by the dlang.org makefile). Then there wouldn't be merge conflicts with basically every pull request.
> [snip]

Just noticed you mention merge=union. That's a neat feature. I'd never seen it before.
March 26, 2015
On 3/25/2015 1:07 AM, thedeemon wrote:
> I don't see any mention of DIP25 here (Sealed references - return ref arguments
> etc.). Was it implemented and included in this release?

Yes.
March 26, 2015
On Tue, 24 Mar 2015 21:56:29 +0000, Tove wrote:

> On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
>> Glad to announce D 2.067.0.
>>
>> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>>
>> -Martin
> 
> Congrats! Although, I must admit, I was a little saddened to see that multiple alias this didn't make the release, I thought it was finalized... I should have kept a closer watch.

and even single `alias this` is broken, so deadcode can't be build with 2.067. i told about that, but nobody cares, as usual.

March 26, 2015
On Wed, 25 Mar 2015 08:07:17 +0000, thedeemon wrote:

> On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
>> Glad to announce D 2.067.0.
>>
>> See the changelog for more details. http://dlang.org/changelog.html
> 
> I don't see any mention of DIP25 here (Sealed references - return ref arguments etc.). Was it implemented and included in this release?

it is, but it's still "opt-in" feature.

March 26, 2015
On Thursday, 26 March 2015 at 06:16:59 UTC, ketmar wrote:
> On Tue, 24 Mar 2015 21:56:29 +0000, Tove wrote:
>
>> On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
>>> Glad to announce D 2.067.0.
>>>
>>> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>>>
>>> -Martin
>> 
>> Congrats! Although, I must admit, I was a little saddened to see that
>> multiple alias this didn't make the release, I thought it was
>> finalized... I should have kept a closer watch.
>
> and even single `alias this` is broken, so deadcode can't be build with
> 2.067. i told about that, but nobody cares, as usual.

Was it filed at issues.dlang.org as a regression?
March 26, 2015
On Thu, 26 Mar 2015 10:13:42 +0000, John Colvin wrote:

> On Thursday, 26 March 2015 at 06:16:59 UTC, ketmar wrote:
>> On Tue, 24 Mar 2015 21:56:29 +0000, Tove wrote:
>>
>>> On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
>>>> Glad to announce D 2.067.0.
>>>>
>>>> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>>>>
>>>> -Martin
>>> 
>>> Congrats! Although, I must admit, I was a little saddened to see that multiple alias this didn't make the release, I thought it was finalized... I should have kept a closer watch.
>>
>> and even single `alias this` is broken, so deadcode can't be build with 2.067. i told about that, but nobody cares, as usual.
> 
> Was it filed at issues.dlang.org as a regression?

nope, it's not. i was asking for help in "general" (building minimised sample), but nobody was interested. neither do i, actually, as i believe that `alias this` is an abomination and ugly hack. maybe Kenji will fill the bug if he'll find a time for that.