Thread overview
[Issue 21722] toString(sink, string format) does not work with non-"%s" strings
Mar 16, 2021
Berni44
Mar 16, 2021
Dlang Bot
Mar 17, 2021
Dlang Bot
Apr 19, 2021
Dlang Bot
March 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21722

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@bernis-buecher.de

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
Please note, that according to the specs, it's recommended not to use this type of toString [1].

[1] https://dlang.org/phobos/std_format.html#.formatValue

--
March 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21722

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7870 "Fix Issue 21722 - toString(sink, string format) does not work with non-"%s" strings" fixing this issue:

- Fix Issue 21722 - toString(sink, string format) does not work with non-"%s"
strings

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

--
March 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21722

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7870 "Fix Issue 21722 - toString(sink, string format) does not work with non-"%s" strings" was merged into master:

- e6e1d242cbe69016eed76ae59b419c8765b2c6ef by berni44:
  Fix Issue 21722 - toString(sink, string format) does not work with non-"%s"
strings

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7966 "Fix second part of Issue 21722 - toString(sink, string format) does not work with non-"%s" strings" was merged into master:

- 360b0e51c04cf9e7a9756422974cc301e9dca61f by berni44:
  Fix second part of Issue 21722 - toString(sink, string format) does not work
with non-"%s" strings

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

--