Thread overview
[Issue 21708] SumType.opEquals gives confusing error message
Mar 13, 2021
Paul Backus
Mar 13, 2021
Dlang Bot
Mar 13, 2021
Dlang Bot
March 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21708

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

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

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 #7858 "Fix Issue 21708 - SumType.opEquals gives confusing error message" fixing this issue:

- Fix Issue 21708 - SumType.opEquals gives confusing error message

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

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

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 #7858 "Fix Issue 21708 - SumType.opEquals gives confusing error message" was merged into master:

- dafbc5c36c509e0095223421f97a4ac964cf7d5a by Paul Backus:
  Fix Issue 21708 - SumType.opEquals gives confusing error message

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

--