https://issues.dlang.org/show_bug.cgi?id=20763
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/druntime pull request #3061 "Fix Issue 20763 - checkaction=context does not format pointers" was merged into master: - fb5035a657d2f226d8ecdef611260f5132a14edf by MoonlightSentinel: 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 --
