Thread overview
[Issue 21759] std.experimental.checkedint.Checked is not compatible with "%d" and "%x" integer format specifiers
Mar 24, 2021
Nathan S.
Mar 24, 2021
Dlang Bot
Mar 24, 2021
Dlang Bot
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21759

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |21169


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=21169
[Issue 21169] make checkedint as a drop-in replacement of native int/long
--
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21759

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 #7910 "std.experimental.checkedint.Checked is not compatible with "%d" and "%x" integer format specifiers" fixing this issue:

- Fix Issue 21759 - std.experimental.checkedint.Checked is not compatible with "%d" and "%x" integer format specifiers

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

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

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 #7910 "std.experimental.checkedint.Checked is not compatible with "%d" and "%x" integer format specifiers" was merged into master:

- 7ae1722f9165d47dd02ebbae9c6fb9d967e7237b by Nathan Sashihara:
  Fix Issue 21759 - std.experimental.checkedint.Checked is not compatible with
"%d" and "%x" integer format specifiers

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

--