[Issue 22149] TypeInfo_Struct names aren't unique, leading to botched equality semantics
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 1 12:04:32 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22149
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at 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:
- 65fc66a4583069bfe767d1c28850cdab364ae282 by Martin Kinkelin:
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