Re: Beta D 2.070.0-b2

2016-01-25 Thread John Colvin via Digitalmars-d-announce
On Sunday, 17 January 2016 at 20:52:20 UTC, Martin Nowak wrote: Second and last beta for the 2.070.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at https://issues.dlang.org -Martin % dmd --version DMD64 D Compiler v2.069 C

Re: Beta D 2.070.0-b2

2016-01-21 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 20 January 2016 at 09:03:50 UTC, Martin Nowak wrote: Well, please write them (targeting stable). Changelog entries should nowadays be part of pull requests. https://github.com/D-Programming-Language/phobos/blob/ca3b4c839770a02f2414b20aa11c38f79419871b/changelog.dd#L9 Ok, I'll loo

Re: Beta D 2.070.0-b2

2016-01-20 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-17 21:52, Martin Nowak wrote: Second and last beta for the 2.070.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at https://issues.dlang.org Everything seems to be working here. -- /Jacob Carlborg

Re: Beta D 2.070.0-b2

2016-01-20 Thread Martin Nowak via Digitalmars-d-announce
On Tuesday, 19 January 2016 at 13:07:50 UTC, Nordlöw wrote: I'm still missing entries for - https://github.com/D-Programming-Language/phobos/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed++author%3Anordlow - https://github.com/D-Programming-Language/phobos/pull/3288 Well, please write them (targ

Re: Beta D 2.070.0-b2

2016-01-19 Thread Nordlöw via Digitalmars-d-announce
On Monday, 18 January 2016 at 14:29:37 UTC, Martin Nowak wrote: Fixed, I simply forgot to update the changelog from phobos. https://github.com/D-Programming-Language/dlang.org/commit/128de6cce74b6fe8f98c35d2e3b44c44517152c8 http://dlang.org/changelog/2.070.0.html I'm still missing entries for

Re: Beta D 2.070.0-b2

2016-01-19 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 17 January 2016 at 20:52:20 UTC, Martin Nowak wrote: Second and last beta for the 2.070.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at https://issues.dlang.org -Martin Sorry it took so long (been busy with dla

Re: Beta D 2.070.0-b2

2016-01-19 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Jan 18, 2016 at 7:35 PM, Martin Nowak via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Monday, 18 January 2016 at 15:08:51 UTC, Rory McGuire wrote: > >> What I meant was it used to be available by importing std.typecons and >> now it isn't. There is a library

Re: Beta D 2.070.0-b2

2016-01-18 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 18 January 2016 at 15:08:51 UTC, Rory McGuire wrote: What I meant was it used to be available by importing std.typecons and now it isn't. There is a library on code.dlang.org that uses it, painlessjson I think it was. That's what I meant above, thought it was std.range. TypeTuple wa

Re: Beta D 2.070.0-b2

2016-01-18 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Jan 18, 2016 at 3:09 PM, Martin Nowak via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Monday, 18 January 2016 at 10:58:46 UTC, Rory McGuire wrote: > >> The TypeTuple disappearance issue is still there. Should at least be >> marked deprecated first. Right? >>

Re: Beta D 2.070.0-b2

2016-01-18 Thread deadalnix via Digitalmars-d-announce
On Sunday, 17 January 2016 at 20:52:20 UTC, Martin Nowak wrote: Second and last beta for the 2.070.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at https://issues.dlang.org -Martin https://issues.dlang.org/show_bug.cgi?id=

Re: Beta D 2.070.0-b2

2016-01-18 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 18 January 2016 at 00:33:11 UTC, Andrei Amatuni wrote: Changelog doesn't include ndslice. Wasn't it merged for the 2.070 release? Fixed, I simply forgot to update the changelog from phobos. https://github.com/D-Programming-Language/dlang.org/commit/128de6cce74b6fe8f98c35d2e3b44c44517

Re: Beta D 2.070.0-b2

2016-01-18 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 18 January 2016 at 10:58:46 UTC, Rory McGuire wrote: The TypeTuple disappearance issue is still there. Should at least be marked deprecated first. Right? It didn't disappear, std.typetuple is still there and deprecated. What I found during testing was an incorrect `import std.range :

Re: Beta D 2.070.0-b2

2016-01-18 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Jan 18, 2016 at 2:33 AM, Andrei Amatuni via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Sunday, 17 January 2016 at 20:52:20 UTC, Martin Nowak wrote: > >> Second and last beta for the 2.070.0 release. >> >> http://dlang.org/download.html#dmd_beta >> http://dla

Re: Beta D 2.070.0-b2

2016-01-17 Thread Andrei Amatuni via Digitalmars-d-announce
On Sunday, 17 January 2016 at 20:52:20 UTC, Martin Nowak wrote: Second and last beta for the 2.070.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at https://issues.dlang.org -Martin Changelog doesn't include ndslice. Wasn't

Re: Beta D 2.070.0-b2

2016-01-17 Thread Martin Nowak via Digitalmars-d-announce
Second and last beta for the 2.070.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at https://issues.dlang.org -Martin