July 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22150

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke updated dlang/dmd pull request #12928 "Fix Issue 22149 - TypeInfo_Struct names aren't unique, leading to botched equality semantics" fixing this issue:

- Fix Issue 22150 - TypeInfo_Class names aren't unique, leading to botched equality semantics

https://github.com/dlang/dmd/pull/12928

--
August 01, 2021
https://issues.dlang.org/show_bug.cgi?id=22150

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/dmd pull request #12928 "Fix Issues 22149 & 22150 - TypeInfo names aren't unique, leading to botched equality semantics" was merged into master:

- cb6f925d168ec1c5cd7ed86694acf1a1b44d3e74 by Martin Kinkelin:
  Fix Issue 22150 - TypeInfo_Class names aren't unique, leading to botched
equality semantics

  By fully qualifying template arguments.

https://github.com/dlang/dmd/pull/12928

--