April 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21841

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 #8006 "std.format: Make formatting %e (and partly %g) 100% @nogc." fixing this issue:

- Fix Issue 21841 - std.format: grouping produces strange result with zero precision and %e

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

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

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 #8006 "std.format: Make formatting %e (and partly %g) 100% @nogc." was merged into master:

- ac00658c002eaae78fbfe906b4199cd6302ee4b1 by berni44:
  Fix Issue 21841 - std.format: grouping produces strange result with zero
precision and %e

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

--