Thread overview
[Issue 21875] std.format: wrong number of format specifiers in nested format string of associative arrays should be detected
Apr 29, 2021
Berni44
Apr 29, 2021
Dlang Bot
Apr 29, 2021
Dlang Bot
April 29, 2021
https://issues.dlang.org/show_bug.cgi?id=21875

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
Sorry, should be `aa` instead of `spelled` in all three lines.

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #8019 "Fix Issue 21875 - std.format: wrong number of format specifiers in" fixing this issue:

- Fix Issue 21875 - std.format: wrong number of format specifiers in
  nested format string of associative arrays should be detected

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

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

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 #8019 "Fix Issue 21875 - std.format: wrong number of format specifiers in" was merged into master:

- 45a753dd19fb6ea05cf87a6173b6f494182e0377 by berni44:
  Fix Issue 21875 - std.format: wrong number of format specifiers in
  nested format string of associative arrays should be detected

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

--