Thread overview
[Issue 21641] std.format: %g produces in rare circumstances inconsistent result
Feb 18, 2021
Dlang Bot
Mar 13, 2021
Dlang Bot
Mar 13, 2021
Dlang Bot
February 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21641

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 #7804 "std.format: format floats and doubles with %g / %G / %s" fixing this issue:

- Fix 21641 - std.format: %g produces in rare circumstances inconsistent result

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

--
March 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21641

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7853 "Format add g final step" fixing this issue:

- Fix 21641 - std.format: %g produces in rare circumstances inconsistent result

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

--
March 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21641

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7853 "Format add g final step" was merged into master:

- bfcd65e71efd3737d2383266d719083685ef2939 by berni44:
  Fix 21641 - std.format: %g produces in rare circumstances inconsistent result

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

--