Thread overview
[Issue 24028] BigInt power operator ignores sign of exponent
Jul 03, 2023
Dlang Bot
Jul 03, 2023
Ahmet Sait
Jul 03, 2023
Dlang Bot
July 03, 2023
https://issues.dlang.org/show_bug.cgi?id=24028

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/phobos pull request #8779 "Fix issue 24028 - BigInt power operator ignores sign of exponent" fixing this issue:

- Fix issue 24028 - BigInt power operator ignores sign of exponent

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

--
July 03, 2023
https://issues.dlang.org/show_bug.cgi?id=24028

Ahmet Sait <nightmarex1337@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nightmarex1337@hotmail.com

--
July 03, 2023
https://issues.dlang.org/show_bug.cgi?id=24028

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 #8779 "Fix issue 24028 - BigInt power operator ignores sign of exponent" was merged into master:

- afe5d47167a93798444d24a4ac88a90007736538 by Paul Backus:
  Fix issue 24028 - BigInt power operator ignores sign of exponent

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

--