Thread overview
[Issue 24140] Int128.opBinary [+-*/%&|^] with negative long arguments gives wrong answers
Sep 11, 2023
Dlang Bot
Sep 12, 2023
Dlang Bot
Sep 16, 2023
Dlang Bot
September 11, 2023
https://issues.dlang.org/show_bug.cgi?id=24140

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 #8809 "Fix Issue 24140 - Int128.opBinary [+-*/%&|^] with negative long arguments gives wrong answers" fixing this issue:

- Fix Issue 24140 - Int128.opBinary [+-*/%&|^] with negative long arguments gives wrong answers

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

--
September 12, 2023
https://issues.dlang.org/show_bug.cgi?id=24140

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 #8809 "Fix Issue 24140 - Int128.opBinary [+-*/%&|^] with negative long arguments gives wrong answers" was merged into stable:

- 4f0b8bfca9a32ef1ccd9ec434d1c4aeab5f7318e by Nathan Sashihara:
  Fix Issue 24140 - Int128.opBinary [+-*/%&|^] with negative long arguments
gives wrong answers

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

--
September 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24140

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8816 "merge stable" was merged into master:

- 932ce6d17c7686b0c9b94e60b5eea082ba84dedc by Nathan Sashihara:
  Fix Issue 24140 - Int128.opBinary [+-*/%&|^] with negative long arguments
gives wrong answers

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

--