https://issues.dlang.org/show_bug.cgi?id=20760
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
