Thread overview
[Issue 20493] Incorrect result of BigInt * BigInt
Jan 09, 2020
Mike
Jan 09, 2020
Mike
Jan 09, 2020
Ketmar Dark
Jan 11, 2020
Dlang Bot
Jan 11, 2020
Dennis
Jan 11, 2020
Dlang Bot
January 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20493

--- Comment #1 from Mike <tankf33der@disroot.org> ---
checked on 2.089 and nightly.

--
January 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20493

Mike <tankf33der@disroot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tankf33der@disroot.org

--
January 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20493

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
January 11, 2020
https://issues.dlang.org/show_bug.cgi?id=20493

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/phobos pull request #7349 "Fix issue 20493 - incorrect result of BigInt * BigInt" fixing this issue:

- fix issue 20493 - incorrect result of BigInt * BigInt

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

--
January 11, 2020
https://issues.dlang.org/show_bug.cgi?id=20493

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl
          Component|dmd                         |phobos
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |normal

--
January 11, 2020
https://issues.dlang.org/show_bug.cgi?id=20493

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 #7349 "Fix issue 20493 - incorrect result of BigInt * BigInt" was merged into master:

- d4f74834d5264f53906913aa78c9d876daf66d22 by dkorpel:
  fix issue 20493 - incorrect result of BigInt * BigInt

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

--