Weird bugs in DMD 2.81.0

Nathan S. no.public.email at example.com
Tue Jul 10 00:57:31 UTC 2018


On Monday, 9 July 2018 at 19:31:52 UTC, Steven Schveighoffer 
wrote:
> FYI there have been a lot of recent changes on druntime that 
> have to do with hashing. It's possible something changed that 
> affects you.

None of the recent changes ought to affect `ushort[string]` since 
it hashes its keys using `rt.typeinfo.ti_Ag.TypeInfo_Aa.getHash` 
which hasn't been touched. If 
https://github.com/dlang/druntime/pull/2243 is accepted the 
`TypeInfo.getHash` hashes of various strings would change but 
this shouldn't cause inability to lookup keys in a builtin AA.


More information about the Digitalmars-d mailing list