March 26, 2017
On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
> First beta for the 2.074.0 release.
>
> This release comes with plenty of phobos additions and a new std.experimental module.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin

It is not downloadable from the dlang.com download page although it say it is. I get permission denied on all of them
March 27, 2017
On Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:
> It is not downloadable from the dlang.com download page although it say it is. I get permission denied on all of them

Unfortunately, missing docs means we couldn't build the packages, just the tar archives. Should get fixed with the next beta.
You can use the install.sh script for now.
  curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
March 27, 2017
On Monday, 27 March 2017 at 03:39:24 UTC, Martin Nowak wrote:
> On Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:
>> It is not downloadable from the dlang.com download page although it say it is. I get permission denied on all of them
>
> Unfortunately, missing docs means we couldn't build the packages, just the tar archives. Should get fixed with the next beta.
> You can use the install.sh script for now.
>   curl -fsS https://dlang.org/install.sh | bash -s dmd-beta

-- windows does not know what curl is also bash , I think :)

March 28, 2017
On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
> First beta for the 2.074.0 release.
>
> This release comes with plenty of phobos additions and a new std.experimental module.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin

Thank you!

I have update changelog for mir related items: https://github.com/dlang/phobos/pull/5308

Ilya
March 28, 2017
On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
> First beta for the 2.074.0 release.
>
> This release comes with plenty of phobos additions and a new std.experimental module.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin

Very cool about the new format!() feature. What about extending this to writef(ln)?
March 28, 2017
On Tue, Mar 28, 2017 at 09:49:59AM +0000, Andrej Mitrovic via Digitalmars-d-announce wrote:
> On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
> > First beta for the 2.074.0 release.
> > 
> > This release comes with plenty of phobos additions and a new std.experimental module.
> > 
> > http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html
> > 
> > Please report any bugs at https://issues.dlang.org
> > 
> > -Martin
> 
> Very cool about the new format!() feature. What about extending this
> to writef(ln)?

That has already been done: see Phobos PR #5296.


T

-- 
Try to keep an open mind, but not so open your brain falls out. -- theboz
March 28, 2017
On 2017-03-27 23:56, steven kladitis wrote:
> On Monday, 27 March 2017 at 03:39:24 UTC, Martin Nowak wrote:
>> On Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:
>>> It is not downloadable from the dlang.com download page although it
>>> say it is. I get permission denied on all of them
>>
>> Unfortunately, missing docs means we couldn't build the packages, just
>> the tar archives. Should get fixed with the next beta.
>> You can use the install.sh script for now.
>>   curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
>
> -- windows does not know what curl is also bash , I think :)

No problem to install using DVM [1]. It's cross-platform.

[1] https://github.com/jacob-carlborg/dvm

-- 
/Jacob Carlborg
March 30, 2017
On Monday, 27 March 2017 at 21:56:27 UTC, steven kladitis wrote:
>> You can use the install.sh script for now.
>>   curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
>
> -- windows does not know what curl is also bash , I think :)

Indeed we should have a single-line Powershell install.ps1 as well, will you be the one to write it?
March 30, 2017
On Tuesday, 28 March 2017 at 09:49:59 UTC, Andrej Mitrovic wrote:
> On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
> Very cool about the new format!() feature. What about extending this to writef(ln)?

Wow, that should've been top of the changelog!
April 01, 2017
On Tuesday, 28 March 2017 at 10:30:48 UTC, H. S. Teoh wrote:
>> Very cool about the new format!() feature. What about extending this
>> to writef(ln)?
>
> That has already been done: see Phobos PR #5296.

I'll try to cherry-pick over those as well, doesn't make sense to only release one part. Please try to use the milestones to mark PRs that are supposed to go together.

https://github.com/dlang/phobos/pull/5317