[Issue 20763] checkaction=context does not format pointers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 23 13:54:25 UTC 2020


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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

--


More information about the Digitalmars-d-bugs mailing list