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

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 21840 - std.format: grouping ignores space flag with %e

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

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

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:

- ce00bcec6cf91a30a966af01936e06e01fd23b36 by berni44:
  Fix Issue 21840 - std.format: grouping ignores space flag with %e

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

--