Re: Beta D 2.070.0-b1

2016-01-11 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 11 January 2016 at 16:24:56 UTC, ponce wrote: it builds with flags -release -inline -O -w BUT NOT -unittest Makes sense https://github.com/D-Programming-Language/dub/issues/747. The compiler does check assertions in unittest blocks even in release builds, right? It's really

Re: Beta D 2.070.0-b1

2016-01-11 Thread John Colvin via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: First beta for the 2.070.0 release. Still a few things missing from the changelog, there is a new package std.experimental.ndslice, and native (DWARF based) exception handling on linux. http://dlang.org/download.html#dmd_beta

Re: Beta D 2.070.0-b1

2016-01-11 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Jan 11, 2016 at 10:09 AM, Basile B. via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Sunday, 10 January 2016 at 23:58:38 UTC, Martin Nowak wrote: > >> On 01/03/2016 08:24 PM, Martin Nowak wrote: >> >>> Please report any bugs at https://issues.dlang.org >>> >>

Re: Beta D 2.070.0-b1

2016-01-11 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Jan 11, 2016 at 10:15 AM, Rory McGuire wrote: > > > On Mon, Jan 11, 2016 at 10:09 AM, Basile B. via Digitalmars-d-announce < > digitalmars-d-announce@puremagic.com> wrote: > >> On Sunday, 10 January 2016 at 23:58:38 UTC, Martin Nowak wrote: >> >>> On 01/03/2016 08:24

Re: Beta D 2.070.0-b1

2016-01-11 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-11 00:58, Martin Nowak wrote: Please test the beta. The introduction of "message" in Throwable is a breaking change [1], but I guess it's not worth reporting an issue for. [1] Error: class tango.text.xml.SaxParser.SAXException use of object.Throwable.message() is hidden by

Re: Beta D 2.070.0-b1

2016-01-11 Thread Basile B. via Digitalmars-d-announce
On Sunday, 10 January 2016 at 23:58:38 UTC, Martin Nowak wrote: On 01/03/2016 08:24 PM, Martin Nowak wrote: Please report any bugs at https://issues.dlang.org Please test the beta. Copy that. I've done what I usually do when a RC is announced and found nothing except a small problem in

Re: Damage Control: An homage to Rampart (Alpha)

2016-01-11 Thread burjui via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 02:39:08 UTC, rcorre wrote: I'll have to look into that. If you're saying D does that by default for debug builds -- the alpha release _is_ a debug build Sorry, it was a bit unclear. I meant that: - A console window is only meaningful in debug builds, so it

Re: Beta D 2.070.0-b1

2016-01-11 Thread Brian Schott via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: First beta for the 2.070.0 release. Still a few things missing from the changelog, there is a new package std.experimental.ndslice, and native (DWARF based) exception handling on linux. http://dlang.org/download.html#dmd_beta

Re: Beta D 2.070.0-b1

2016-01-11 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-11 13:40, Martin Nowak wrote: Oh it's well worth to mention any update issues, in particular if we're breaking code to introduce problematic designs. https://github.com/D-Programming-Language/druntime/pull/1445#issuecomment-170530377 Created an issue:

Re: Beta D 2.070.0-b1

2016-01-11 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-11 13:58, Martin Nowak wrote: If the project is well maintained and relevant, just make a PR. https://github.com/MartinNowak/project_tester/blob/dd2afea122048dbcb90d0d9b637d31134a6a82ce/projects.xml#L94 I had Tango in mind. But one might argue that it's not relevant and not well

Re: Beta D 2.070.0-b1

2016-01-11 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 11 January 2016 at 07:56:18 UTC, Jacob Carlborg wrote: On 2016-01-11 00:58, Martin Nowak wrote: Please test the beta. The introduction of "message" in Throwable is a breaking change [1], but I guess it's not worth reporting an issue for. Oh it's well worth to mention any update

Re: Beta D 2.070.0-b1

2016-01-11 Thread Martin Nowak via Digitalmars-d-announce
On 01/11/2016 08:37 AM, Jacob Carlborg wrote: > On 2016-01-11 00:58, Martin Nowak wrote: > >> [¹]: https://github.com/MartinNowak/project_tester > > Can one request for adding projects to this? > If the project is well maintained and relevant, just make a PR.

Re: Beta D 2.070.0-b1

2016-01-11 Thread ponce via Digitalmars-d-announce
On Sunday, 10 January 2016 at 23:58:38 UTC, Martin Nowak wrote: In case you don't already use Travis-CI or something similar, you should start doing so. Testing the latest beta in Travis-CI is as simple as adding dmd-2.070.0-b1 to your .travis.yml [³] (and we'll soon make it even easier adding

Re: Beta D 2.070.0-b1

2016-01-11 Thread Basile B. via Digitalmars-d-announce
On Monday, 11 January 2016 at 16:24:56 UTC, ponce wrote: On Sunday, 10 January 2016 at 23:58:38 UTC, Martin Nowak wrote: In case you don't already use Travis-CI or something similar, you should start doing so. Testing the latest beta in Travis-CI is as simple as adding dmd-2.070.0-b1 to your

Re: Beta D 2.070.0-b1

2016-01-11 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Jan 11, 2016 at 11:26 AM, Rory McGuire wrote: > On Mon, Jan 11, 2016 at 10:15 AM, Rory McGuire > wrote: > >> >> >> On Mon, Jan 11, 2016 at 10:09 AM, Basile B. via Digitalmars-d-announce < >> digitalmars-d-announce@puremagic.com> wrote: >> >>> On