April 26, 2021
https://issues.dlang.org/show_bug.cgi?id=21847

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 #8015 "std.format: Add formatting integers with %e, %f, %g and %a." fixing this issue:

- Fix Issue 21847 - std.format: %e, %g and %a should be supported for integers too

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

--
May 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21847

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 #8015 "std.format: Add formatting integers with %e, %f, %g and %a." was merged into master:

- 5fbc1da0fa105e843c25c28e37c6dfa32250f97e by berni44:
  Fix Issue 21847 - std.format: %e, %g and %a should be supported for integers
too

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

--