Thread overview
[Issue 12516] TypeInfo.getHash should not be trusted
Jun 18, 2016
David Nadlinger
Mar 12, 2018
Walter Bright
Dec 17, 2022
Iain Buclaw
June 18, 2016
https://issues.dlang.org/show_bug.cgi?id=12516

David Nadlinger <code@klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe
                 CC|                            |code@klickverbot.at

--
March 12, 2018
https://issues.dlang.org/show_bug.cgi?id=12516

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
To fix this would probably involve creating a template called getHash2(T)(ref T
v) or something like that in TypeInfo, and then using parametric polymorphism
on it.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--