November 04, 2015
On 11/04/2015 11:58 AM, Martin Nowak wrote:
> Did anything go wrong with the uninstall?

Let continue here https://issues.dlang.org/show_bug.cgi?id=15284
November 04, 2015
On 2015-11-04 11:07, Walter Bright wrote:

> There's much discussion on that feature on reddit.
>
> https://www.reddit.com/r/programming/comments/3rg17h/d_2069_has_been_released_basic_support_for/

Cool :)

-- 
/Jacob Carlborg
November 04, 2015
On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote:
> Glad to announce D 2.069.0.
>
> http://dlang.org/download.html http://downloads.dlang.org/releases/2.x/2.069.0/
>
> This is the first release with a self-hosted dmd compiler and comes with even more rangified phobos functions, std.experimental.allocator, and many other improvements.
>
> See the changelog for more details. http://dlang.org/changelog/2.069.0.html
>
> -Martin

Seems like memory usage went up by a significant amount, as I can no longer compile our project on my Windows machine.

DMD 2.068.2 uses up to 1100MB of memory during our build and succeeds
DMD 2.069 used up to 1600MB of memory before crashing with "Error: out of memory"

Are there any plans to release a dmd64.exe?
November 04, 2015
On Wednesday, 4 November 2015 at 15:25:04 UTC, Márcio Martins wrote:
> Are there any plans to release a dmd64.exe?

I don't think we can even build one any more. Rainer/Martin?

November 04, 2015
On 04-Nov-2015 18:25, Márcio Martins wrote:
> On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote:
>> Glad to announce D 2.069.0.
>>
>> http://dlang.org/download.html
>> http://downloads.dlang.org/releases/2.x/2.069.0/
>>
>> This is the first release with a self-hosted dmd compiler and comes
>> with even more rangified phobos functions, std.experimental.allocator,
>> and many other improvements.
>>
>> See the changelog for more details.
>> http://dlang.org/changelog/2.069.0.html
>>
>> -Martin
>
> Seems like memory usage went up by a significant amount, as I can no
> longer compile our project on my Windows machine.
>
> DMD 2.068.2 uses up to 1100MB of memory during our build and succeeds
> DMD 2.069 used up to 1600MB of memory before crashing with "Error: out
> of memory"
>
> Are there any plans to release a dmd64.exe?

If host machine is x64 bit windows try setting large address aware bit on the executable (there are tools to do that IRC), would allow it to eat up to ~4 gigs.

-- 
Dmitry Olshansky
November 04, 2015

On 04.11.2015 17:19, Vladimir Panteleev wrote:
> On Wednesday, 4 November 2015 at 15:25:04 UTC, Márcio Martins wrote:
>> Are there any plans to release a dmd64.exe?
>
> I don't think we can even build one any more. Rainer/Martin?
>

I have created a combination of a VC++ project and a Visual D project to build these. IIRC https://github.com/D-Programming-Language/dmd/pull/5039 is the only blocker, but I haven't tried recently.
November 04, 2015
On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote:
> Glad to announce D 2.069.0.
>
> http://dlang.org/download.html http://downloads.dlang.org/releases/2.x/2.069.0/
>
> This is the first release with a self-hosted dmd compiler and comes with even more rangified phobos functions, std.experimental.allocator, and many other improvements.
>
> See the changelog for more details. http://dlang.org/changelog/2.069.0.html
>
> -Martin

Arch Linux packages uploaded.
November 04, 2015
V Wed, 04 Nov 2015 18:44:40 +0000
Dicebot via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> napsáno:

> On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote:
> > Glad to announce D 2.069.0.
> >
> > http://dlang.org/download.html http://downloads.dlang.org/releases/2.x/2.069.0/
> >
> > This is the first release with a self-hosted dmd compiler and comes with even more rangified phobos functions, std.experimental.allocator, and many other improvements.
> >
> > See the changelog for more details. http://dlang.org/changelog/2.069.0.html
> >
> > -Martin
> 
> Arch Linux packages uploaded.

Thanks :)
Btw. any specific reason why dub is not in dlang group?

November 04, 2015
On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote:
> Glad to announce D 2.069.0.
>
> This is the first release with a self-hosted dmd compiler and comes with even more rangified phobos functions, std.experimental.allocator, and many other improvements.

Thanks and congratulations to all involved!  Just built and installed it.  Now, what to try out first ... :-)
November 05, 2015
On Wednesday, 4 November 2015 at 17:52:23 UTC, Dmitry Olshansky wrote:
> If host machine is x64 bit windows try setting large address aware bit on the executable (there are tools to do that IRC), would allow it to eat up to ~4 gigs.

We're already doing that since quite a while.
https://github.com/D-Programming-Language/dmd/commit/172b55d22bd4a144d889c3fa8d9279d8e0a0ce1c