April 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21817

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 #7965 "std.format: New version for formatting integral values using writeAligned" fixing this issue:

- Fix Issue 21817 - std.format: %u on integer does not print unsigned value

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

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

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 #7965 "std.format: New version for formatting integral values using writeAligned" was merged into master:

- 9e7ada3789ea1f29ea459d9201198e3310a127f3 by berni44:
  Fix Issue 21817 - std.format: %u on integer does not print unsigned value

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

--