[Issue 22149] TypeInfo_Struct names aren't unique, leading to botched equality semantics

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 27 11:33:33 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22149

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@kinke updated dlang/dmd pull request #12928 "TypeInfo_Struct: Switch to stored
mangled name" fixing this issue:

- Fix Issue 22149 - TypeInfo_Struct names aren't unique, leading to botched
equality semantics

  By storing the mangled name, making the TypeInfo_Struct names truly
  unique and more compact at the same time.
  Requires https://github.com/dlang/druntime/pull/3527.

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

--


More information about the Digitalmars-d-bugs mailing list