Re: Release Candidate [was: Re: Beta 2.090.0]

2020-01-01 Thread berni44 via Digitalmars-d-announce
On Monday, 30 December 2019 at 22:41:51 UTC, Rainer Schuetze wrote: The windows build is still considered "dirty", i.e.it reports version DMD32 D Compiler v2.090.0-rc.1-dirty. Is there something that can be done about that? Not sure, if that's the reason, but: Merge

Re: Release Candidate [was: Re: Beta 2.090.0]

2019-12-30 Thread Rainer Schuetze via Digitalmars-d-announce
On 30/12/2019 12:07, Martin Nowak wrote: > On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 >> contributors. >> >> http://dlang.org/download.html#dmd_beta >> http://dlang.org/changelog/2.090.0.html >> >> As

Release Candidate [was: Re: Beta 2.090.0]

2019-12-30 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org

Re: Beta 2.090.0

2019-12-26 Thread berni44 via Digitalmars-d-announce
On Thursday, 26 December 2019 at 14:16:50 UTC, Steven Schveighoffer wrote: DRT switches are runtime switches ./test --DRT-testmode=run-main Aaah. Did not know about runtime switches...

Re: Beta 2.090.0

2019-12-26 Thread Steven Schveighoffer via Digitalmars-d-announce
On Thursday, 26 December 2019 at 10:20:27 UTC, berni44 wrote: On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org Not sure, if this is a bug, but --DRT-testmode=run-main seems to have no effect here. Example: ---

Re: Beta 2.090.0

2019-12-26 Thread berni44 via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org Not sure, if this is a bug, but --DRT-testmode=run-main seems to have no effect here. Example: --- import std.stdio; unittest { assert(1==1); } void

Re: Beta 2.090.0

2019-12-25 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/23/19 4:59 PM, Per Nordlöw wrote: On Sunday, 22 December 2019 at 23:05:20 UTC, Steven Schveighoffer wrote: extern(C) __gshared string[] rt_options = [ "testmode=run-main"]; There are far more people who run unittests as a separate step from running their application. If unittests pass,

Re: Beta 2.090.0

2019-12-24 Thread Per Nordlöw via Digitalmars-d-announce
On Tuesday, 24 December 2019 at 05:59:35 UTC, Soulsbane wrote: dub test doesn't run the actual program only unittests are far as I can tell. Correct, but that is from 2.090 the behaviour of dub run --build=unittest aswell. This seems strange to me. I would like to see a new built-in

Re: Beta 2.090.0

2019-12-23 Thread Soulsbane via Digitalmars-d-announce
On Monday, 23 December 2019 at 21:59:42 UTC, Per Nordlöw wrote: On Sunday, 22 December 2019 at 23:05:20 UTC, Steven Schveighoffer wrote: extern(C) __gshared string[] rt_options = [ "testmode=run-main"]; There are far more people who run unittests as a separate step from running their

Re: Beta 2.090.0

2019-12-23 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 22 December 2019 at 23:05:20 UTC, Steven Schveighoffer wrote: extern(C) __gshared string[] rt_options = [ "testmode=run-main"]; There are far more people who run unittests as a separate step from running their application. If unittests pass, then there's no distinguishable output

Re: Beta 2.090.0

2019-12-23 Thread Seb via Digitalmars-d-announce
On Sunday, 22 December 2019 at 20:30:06 UTC, berni44 wrote: On Sunday, 22 December 2019 at 19:00:15 UTC, Eugene Wissner wrote: Probably differen email addresses. You can set an email address locally for the repository in .git/config. Or just add an alias:

Re: Beta 2.090.0

2019-12-22 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/22/19 8:23 PM, Mathias Lang wrote: On Sunday, 22 December 2019 at 22:22:26 UTC, Per Nordlöw wrote: Have I missed something or is this a known problem with dub? If so, do I have any alternative to brute-forcing the problem with     dub run --compiler=dmd --build=unittest     dub run

Re: Beta 2.090.0

2019-12-22 Thread Mathias Lang via Digitalmars-d-announce
On Sunday, 22 December 2019 at 22:22:26 UTC, Per Nordlöw wrote: Have I missed something or is this a known problem with dub? If so, do I have any alternative to brute-forcing the problem with dub run --compiler=dmd --build=unittest dub run --compiler=dmd --build=debug which, for me,

Re: Beta 2.090.0

2019-12-22 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/22/19 4:04 PM, Steven Schveighoffer wrote: I haven't tested, but the frameworks should be fine. FYI, here is where d-unit overrides the behavior: https://github.com/linkrope/dunit/blob/e78971a27395169158458e3ab1c35b61c67079f4/src/dunit/framework.d#L772-L775 Doing this prevents any

Re: Beta 2.090.0

2019-12-22 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/22/19 5:22 PM, Per Nordlöw wrote: On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report

Re: Beta 2.090.0

2019-12-22 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org

Re: Beta 2.090.0

2019-12-22 Thread Mike Parker via Digitalmars-d-announce
On Sunday, 22 December 2019 at 18:51:45 UTC, berni44 wrote: On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. I'm wondering, why I'm listed twice there (as Bernhard Seckinger and as berni44).

Re: Beta 2.090.0

2019-12-22 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/22/19 2:17 PM, Andre Pany wrote: On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report

Re: Beta 2.090.0

2019-12-22 Thread berni44 via Digitalmars-d-announce
On Sunday, 22 December 2019 at 19:00:15 UTC, Eugene Wissner wrote: Probably differen email addresses. You can set an email address locally for the repository in .git/config. Or just add an alias: https://github.com/dlang/tools/blob/master/.mailmap git config -l reveals only one address (which

Re: Beta 2.090.0

2019-12-22 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org

Re: Beta 2.090.0

2019-12-22 Thread Eugene Wissner via Digitalmars-d-announce
On Sunday, 22 December 2019 at 18:51:45 UTC, berni44 wrote: On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. I'm wondering, why I'm listed twice there (as Bernhard Seckinger and as berni44).

Re: Beta 2.090.0

2019-12-22 Thread berni44 via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. I'm wondering, why I'm listed twice there (as Bernhard Seckinger and as berni44). IMHO berni44 should not have been listed there... Do I have to

Re: Beta 2.090.0

2019-12-22 Thread Mike Parker via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:27:15 UTC, rikki cattermole wrote: On 23/12/2019 4:23 AM, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please

Re: Beta 2.090.0

2019-12-22 Thread rikki cattermole via Digitalmars-d-announce
On 23/12/2019 4:23 AM, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org -Martin 404'ing

Beta 2.090.0

2019-12-22 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org -Martin