Thread overview
[Issue 21842] std.format: "%-+05,g" adds extra comma
Apr 18, 2021
Berni44
Apr 24, 2021
Dlang Bot
Apr 24, 2021
Dlang Bot
April 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21842

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |normal

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

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

- Fix Issue 21842 - std.format: "%-+05,g" adds extra comma

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

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

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

- 469a427d4d64141b21d6e5513162da923eaca458 by berni44:
  Fix Issue 21842 - std.format: "%-+05,g" adds extra comma

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

--