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: LDC 1.19.0

2019-12-26 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Friday, 20 December 2019 at 18:30:37 UTC, H. S. Teoh wrote: LLVM upgraded to v9.0.1, incl. experimental AVR backend. Is that an upstream release? I don't see a 9.0.1 in the LDC LLVM fork: https://github.com/ldc-developers/llvm/releases

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: LDC 1.19.0

2019-12-26 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Thursday, 26 December 2019 at 12:41:14 UTC, Joseph Rushton Wakeling wrote: On Friday, 20 December 2019 at 18:30:37 UTC, H. S. Teoh wrote: LLVM upgraded to v9.0.1, incl. experimental AVR backend. Is that an upstream release? I don't see a 9.0.1 in the LDC LLVM fork:

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...