Beta 2.090.0

Steven Schveighoffer schveiguy at gmail.com
Sun Dec 22 21:04:47 UTC 2019


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


More information about the Digitalmars-d-announce mailing list