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 any bugs at
https://issues.dlang.org


The unittest default mode might cause some issues for unittest frameworks like d-unit. They need a main but due to a dub bug, passing DRT affects the Dub executable but not the spawned application. Open bug issue https://github.com/dlang/dub/issues/1280


I haven't tested, but the frameworks should be fine. They override the behavior (i.e. register a different handler for unittests)

The switch only affects vanilla D unittest handler behavior.

In other words, if you use e.g. unitthreaded or dub's test build, the switch is of no consequence.

-Steve

Reply via email to