[Issue 20763] checkaction=context does not format pointers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 24 09:37:00 UTC 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

--


More information about the Digitalmars-d-bugs mailing list