Thread overview
[Issue 21814] std.format: grouping with width 0 causes floating point exception
Apr 09, 2021
Berni44
Apr 13, 2021
Dlang Bot
Apr 15, 2021
Dlang Bot
April 09, 2021
https://issues.dlang.org/show_bug.cgi?id=21814

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.fomat: grouping with    |std.format: grouping with
                   |width 0 causes floating     |width 0 causes floating
                   |point exception             |point exception

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

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 21814 - std.format: grouping with width 0 causes floating point exception

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

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

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:

- 77eafb11ac378b3d47a3a9e58783169a92876b77 by berni44:
  Fix Issue 21814 - std.format: grouping with width 0 causes floating point
exception

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

--