Thread overview
[Issue 23400] [REG 2.099] Can't format enum value whose base type has non-const opEquals
Oct 09, 2022
Paul Backus
Oct 15, 2022
Paul Backus
Oct 16, 2022
Dlang Bot
Oct 17, 2022
Dlang Bot
October 09, 2022
https://issues.dlang.org/show_bug.cgi?id=23400

--- Comment #1 from Paul Backus <snarwin+bugzilla@gmail.com> ---
PR: https://github.com/dlang/phobos/pull/8507

--
October 15, 2022
https://issues.dlang.org/show_bug.cgi?id=23400

--- Comment #2 from Paul Backus <snarwin+bugzilla@gmail.com> ---
Correction--this is the PR: https://github.com/dlang/phobos/pull/8591

--
October 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23400

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus updated dlang/phobos pull request #8591 "Fix issue 23400 - Can't format enum value whose base type has non-con…" fixing this issue:

- Fix issue 23400 - Can't format enum value whose base type has non-const opEquals

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

--
October 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23400

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8591 "Fix issue 23400 - Can't format enum value whose base type has non-con…" was merged into stable:

- 94fa37f2bf5aea48f83518ff58310a3b68c0a89a by Paul Backus:
  Fix issue 23400 - Can't format enum value whose base type has non-const
opEquals

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

--