April 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20763

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

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

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

--
April 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20763

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

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

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

--