Thread overview
Beta D 2.070.1-b1
Feb 24, 2016
Martin Nowak
Feb 24, 2016
Jacob Carlborg
Feb 25, 2016
nkgu
Feb 25, 2016
Martin Nowak
Feb 26, 2016
Temtaime
Feb 26, 2016
Temtaime
February 24, 2016
First beta for the 2.070.1 point release.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.1.html

Please report any bugs at https://issues.dlang.org

-Martin
February 24, 2016
On 2016-02-24 01:37, Martin Nowak wrote:
> First beta for the 2.070.1 point release.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.070.1.html
>
> Please report any bugs at https://issues.dlang.org

Looking good so far here.

-- 
/Jacob Carlborg
February 25, 2016
On Wednesday, 24 February 2016 at 00:37:01 UTC, Martin Nowak wrote:
> First beta for the 2.070.1 point release.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.1.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin

That's nothing but the DL link in http://dlang.org/changelog/2.070.1.html is broken.

February 25, 2016
On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote:
> That's nothing but the DL link in http://dlang.org/changelog/2.070.1.html is broken.

Thanks, fixed.
February 26, 2016
On Thursday, 25 February 2016 at 11:39:28 UTC, Martin Nowak wrote:
> On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote:
>> That's nothing but the DL link in http://dlang.org/changelog/2.070.1.html is broken.
>
> Thanks, fixed.

I got a tons of « Deprecation: module std.array is not accessible here, perhaps add 'static import std.array;' » messages. And there's nothing about it in the changelog.
February 26, 2016
On 2/26/16 8:21 AM, Temtaime wrote:
> On Thursday, 25 February 2016 at 11:39:28 UTC, Martin Nowak wrote:
>> On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote:
>>> That's nothing but the DL link in
>>> http://dlang.org/changelog/2.070.1.html is broken.
>>
>> Thanks, fixed.
>
> I got a tons of « Deprecation: module std.array is not accessible here,
> perhaps add 'static import std.array;' » messages. And there's nothing
> about it in the changelog.

That shouldn't be in this release, I thought that would be for 2.071. Are you sure you are using the beta version and not master? If so, then there is an issue with the release package.

-Steve
February 26, 2016
On Friday, 26 February 2016 at 13:45:39 UTC, Steven Schveighoffer wrote:
> On 2/26/16 8:21 AM, Temtaime wrote:
>> On Thursday, 25 February 2016 at 11:39:28 UTC, Martin Nowak wrote:
>>> On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote:
>>>> That's nothing but the DL link in
>>>> http://dlang.org/changelog/2.070.1.html is broken.
>>>
>>> Thanks, fixed.
>>
>> I got a tons of « Deprecation: module std.array is not accessible here,
>> perhaps add 'static import std.array;' » messages. And there's nothing
>> about it in the changelog.
>
> That shouldn't be in this release, I thought that would be for 2.071. Are you sure you are using the beta version and not master? If so, then there is an issue with the release package.
>
> -Steve

Oh, sorry, you're right, my fault, i mixed up installation with master build.