https://issues.dlang.org/show_bug.cgi?id=20763
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3061 "Fix Issue 20763 - checkaction=context does not format pointers" fixing this issue: - Fix Issue 20763 - checkaction=context does not format pointers This adds hexadecimal printing for pointers. Note that it still prefers toString for struct pointers if possible (because toString will probably be more useful than raw pointer values). https://github.com/dlang/druntime/pull/3061 --
