Thread overview
[Issue 20889] Support construction of std.bigint.BigInt from a sign and a byte-array magnitude
Jun 01, 2020
Nathan S.
Jun 01, 2020
Dlang Bot
Jun 20, 2020
Dlang Bot
June 01, 2020
https://issues.dlang.org/show_bug.cgi?id=20889

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13804

--
June 01, 2020
https://issues.dlang.org/show_bug.cgi?id=20889

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 #7511 "Support construction of std.bigint.BigInt from a sign and a byte-array magnitude" fixing this issue:

- Fix Issue 20889 - Support construction of std.bigint.BigInt from a sign and a byte-array magnitude

  For consistency with other std.bigint functions allows arbitrary ranges.

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

--
June 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20889

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 #7511 "Support construction of std.bigint.BigInt from a sign and a byte-array magnitude" was merged into master:

- a0f4b65db87a5b349bd175371607a082a5858c37 by Nathan Sashihara:
  Fix Issue 20889 - Support construction of std.bigint.BigInt from a sign and a
byte-array magnitude

  For consistency with other std.bigint functions allows arbitrary ranges.

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

--