Thread overview
[Issue 24215] std.traits.isBasicType!Enum should be false
Nov 01, 2023
Paul Backus
Nov 01, 2023
Dlang Bot
Nov 02, 2023
Dlang Bot
Nov 06, 2023
Dlang Bot
November 01, 2023
https://issues.dlang.org/show_bug.cgi?id=24215

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.traits.isBasicType!Enum |std.traits.isBasicType!Enum
                   |returns true                |should be false

--
November 01, 2023
https://issues.dlang.org/show_bug.cgi?id=24215

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 #8838 "Fix Issue 24215 - isBasicType!Enum should be false" fixing this issue:

- Fix Issue 24215 - isBasicType!Enum should be false

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

--
November 02, 2023
https://issues.dlang.org/show_bug.cgi?id=24215

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 #8838 "Fix Issue 24215 - isBasicType!Enum should be false" was merged into master:

- 0478a6caf8cda723b154150ac2ae6efa80c6aaaf by Paul Backus:
  Fix Issue 24215 - isBasicType!Enum should be false

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

--
November 06, 2023
https://issues.dlang.org/show_bug.cgi?id=24215

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8841 "Revert "Fix Issue 24215 - isBasicType!Enum should be false"" was merged into master:

- fa0307e09155b414c4718ea62557024d09b349af by Paul Backus:
  Revert "Fix Issue 24215 - isBasicType!Enum should be false"

  This reverts commit 98326c477f0f9555ca6ed3671fa4359a680e4c31.

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

--