https://issues.dlang.org/show_bug.cgi?id=20760
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
