February 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20566

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/phobos pull request #7393 "fix Issue 20566 - std.sformat should avoid allocating memory when pri…" fixing this issue:

- fix Issue 20566 - std.sformat should avoid allocating memory when printing floating point values

  use stack allocated buffers as long as the required precision is within
reasonable values

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

--
February 12, 2020
https://issues.dlang.org/show_bug.cgi?id=20566

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 #7393 "fix Issue 20566 - std.sformat should avoid allocating memory when pri…" was merged into master:

- b22070d5d6e4f329b632570f2e03432d913dc522 by Rainer Schuetze:
  fix Issue 20566 - std.sformat should avoid allocating memory when printing
floating point values

  use stack allocated buffers as long as the required precision is within
reasonable values

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

--