Thread overview
[Issue 20536] std.format: %a on reals is inconsistent with %a on float/double
[Issue 20536] std.format: %a on real gives wrong result
Jan 26, 2020
berni44
Apr 11, 2021
Berni44
Apr 11, 2021
Dlang Bot
Apr 12, 2021
Dlang Bot
January 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20536

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |bugzilla@d-ecke.de

--
April 11, 2021
https://issues.dlang.org/show_bug.cgi?id=20536

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@bernis-buecher.de
            Summary|std.format: %a on real      |std.format: %a on reals is
                   |gives wrong result          |inconsistent with %a on
                   |                            |float/double

--
April 11, 2021
https://issues.dlang.org/show_bug.cgi?id=20536

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" fixing this issue:

- Fix Issue 20536 - std.format: %a on reals is inconsistent with %a on float/double

https://github.com/dlang/phobos/pull/7951

--
April 12, 2021
https://issues.dlang.org/show_bug.cgi?id=20536

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/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" was merged into master:

- c9121a8c8930b06fca9d8ee6963b630b1cbae59e by berni44:
  Fix Issue 20536 - std.format: %a on reals is inconsistent with %a on
float/double

https://github.com/dlang/phobos/pull/7951

--