[Issue 22700] Error: undefined symbol: core.internal.dassert.inFinalizer and core.internal.dassert.miniFormatFakeAttributes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 23 15:24:23 UTC 2022


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

Mathias LANG <pro.mathias.lang at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang at gmail.com

--- Comment #2 from Mathias LANG <pro.mathias.lang at gmail.com> ---
Currently `-checkaction=context` is not usable without `-unittest`, at least
this has been our experience. It results in heaps of undefined symbols.

This is due, I believe, to Druntime being compiled with `-checkaction=D` (the
default).
See Also: https://github.com/dlang/dmd/pull/13224#discussion_r789706699

--


More information about the Digitalmars-d-bugs mailing list