April 22, 2020
https://issues.dlang.org/show_bug.cgi?id=20760

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 #3058 "Fix Issue 20760 - checkaction=context doesnt print floating point num…" fixing this issue:

- Fix Issue 20760 - checkaction=context doesnt print floating point numbers correctly

  This fixes most issues allthough casting from real to c_long_double might be
  problematic for platforms where D's real uses 80 bits but C's long double is
  only 64 bit wide (e.g. Win64).

https://github.com/dlang/druntime/pull/3058

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

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 #3058 "Fix Issue 20760 - checkaction=context doesnt print floating point num…" was merged into master:

- 8134855a24b09e89ebe12012f85b3deee947ee96 by MoonlightSentinel:
  Fix Issue 20760 - checkaction=context doesnt print floating point numbers
correctly

  This fixes most issues allthough casting from real to c_long_double might be
  problematic for platforms where D's real uses 80 bits but C's long double is
  only 64 bit wide (e.g. Win64).

https://github.com/dlang/druntime/pull/3058

--