Thread overview
[Issue 20371] std.format limited to 500 characters for floats
Nov 10, 2019
Dlang Bot
Nov 17, 2019
Dlang Bot
Jan 20, 2021
Dlang Bot
Feb 15, 2021
Dlang Bot
Apr 11, 2021
Dlang Bot
Apr 12, 2021
Dlang Bot
November 10, 2019
https://issues.dlang.org/show_bug.cgi?id=20371

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 updated dlang/phobos pull request #7264 "Partial replace call to snprintf for formating floatingpoint numbers." mentioning this issue:

- Fix partially Issue 20371 - std.format limited to 500 characters for floats

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

--
November 17, 2019
https://issues.dlang.org/show_bug.cgi?id=20371

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7285 "Partial replace call to snprintf for '%a' and float or double." mentioning this issue:

- Fix partially Issue 20371 - std.format limited to 500 characters for floats

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

--
January 20, 2021
https://issues.dlang.org/show_bug.cgi?id=20371

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7757 "Partial replace call to snprintf for formating floatingpoint numbers for %f and %F" mentioning this issue:

- Fix partially Issue 20371 - std.format limited to 500 characters for floats

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7757 "Partial replace call to snprintf for formating floatingpoint numbers for %f and %F" was merged into master:

- 27b6a704b07288bc98aa428389721d2c9d18c961 by Bernhard Seckinger:
  Fix partially Issue 20371 - std.format limited to 500 characters for floats

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

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

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

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

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" fixing this issue:

- Fix Issue 20371 - std.format limited to 500 characters for floats

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

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" was merged into master:

- c116ac8d9cea7fe602fcd978a3d7757038e77b7f by berni44:
  Fix Issue 20371 - std.format limited to 500 characters for floats

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

--