Thread overview
[Issue 15888] std.format should not produce deprecated hexstrings
[Issue 15888] std.format generates broken hex strings for wchar[] and dchar[] with invalid values
Feb 07, 2021
Berni44
Feb 07, 2021
ag0aep6g
Feb 07, 2021
Berni44
Mar 21, 2021
Berni44
Mar 25, 2021
Dlang Bot
Mar 31, 2021
Dlang Bot
February 07, 2021
https://issues.dlang.org/show_bug.cgi?id=15888

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@bernis-buecher.de
         Resolution|---                         |WONTFIX

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
Hex strings are deprecated. IMHO this is a WONTFIX.

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

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #2 from ag0aep6g <ag0aep6g@gmail.com> ---
(In reply to Berni44 from comment #1)
> Hex strings are deprecated. IMHO this is a WONTFIX.

That's just more reason for writeln not to print them. Reopening. Please read issues more carefully before closing them.

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

--- Comment #3 from Berni44 <bugzilla@bernis-buecher.de> ---
(In reply to ag0aep6g from comment #2)
> That's just more reason for writeln not to print them. Reopening. Please read issues more carefully before closing them.

Sorry. My focus was on the "should print" section, which is definitively not, what it should print anymore. So maybe this should be renamed to "writeln should not print hex strings?"

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.format generates broken |std.format should not
                   |hex strings for wchar[] and |produce deprecated
                   |dchar[] with invalid values |hexstrings

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

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7918 "Fix Issue 15888 - std.format should not produce deprecated hexstrings" fixing this issue:

- Fix Issue 15888 - std.format should not produce deprecated hexstrings

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

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

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7918 "Fix Issue 15888 - std.format should not produce deprecated hexstrings" was merged into master:

- e786cff3535795a1576b9df6e5223721ab82342f by berni44:
  Fix Issue 15888 - std.format should not produce deprecated hexstrings

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

--