On Sunday, 27 October 2019 at 15:04:34 UTC, drug wrote:
27.10.2019 17:20, baz пишет:
On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote:
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote:
As usual please report any bugs at
https://issues.dlang.org

-Martin

Hi, I've tested my old stuff and found 2 regs.

One deprecation in phobos due to Nullable.get and that was not detected and some weird linking errors, maybe due to typeinfo.

https://issues.dlang.org/show_bug.cgi?id=20327
https://issues.dlang.org/show_bug.cgi?id=20328

Only 20328 is valid actually.
I confirm the bugs related to Nullable.get (I have another one). I have no the reduced case but there are definitly issues with deprecated Nullable.get

According to a little investigation the message would be caused by this unittest [1].

I would suggest to disable it (using version(none)) or to extract it from the struct to the global scope. It's not recommended to add unittest blocks in templatized types anyway, because when the test is not dependent on the template params, like here, it's always the same that gets executed for each instance.

[1]: https://github.com/dlang/phobos/blob/master/std/typecons.d#L2889-L2897

Reply via email to