Thread overview
[Issue 24082] add Int128.toString that supports std.format
Aug 11, 2023
Nathan S.
Aug 11, 2023
Dlang Bot
Aug 20, 2023
Dlang Bot
August 11, 2023
https://issues.dlang.org/show_bug.cgi?id=24082

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.int128.Int128: add      |add Int128.toString that
                   |toString that supports      |supports std.format
                   |std.format                  |

--
August 11, 2023
https://issues.dlang.org/show_bug.cgi?id=24082

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #8797 "Fix Issue 24082 - add Int128.toString that supports std.format" fixing this issue:

- Fix Issue 24082 - add Int128.toString that supports std.format

  toString has template parameter FormatSpec instead of template parameter
  Char and argument std.format.FormatSpec!Char so importing std.int128
  does not require importing std.format unless toString is actually used
  (pay as you go).

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

--
August 20, 2023
https://issues.dlang.org/show_bug.cgi?id=24082

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 #8797 "Fix Issue 24082 - add Int128.toString that supports std.format" was merged into master:

- c7fb52ecab52f1a821703547da6cf7e1b6fc143a by Nathan Sashihara:
  Fix Issue 24082 - add Int128.toString that supports std.format

  toString has template parameter FormatSpec instead of template parameter
  Char and argument std.format.FormatSpec!Char so importing std.int128
  does not require importing std.format unless toString is actually used
  (pay as you go).

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

--