[Issue 15422] associative array of nested struct - crash on usage

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 9 06:39:38 PST 2015


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

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
Introduced in:
https://github.com/d-programming-language/dmd/commit/a2f9ddf4eb7d5ffeb4bb157d5dcda9efe2f5b290

The main problem is that, built-in generated hashing operations don't handle
hidden context field (foo.tupleof[$-1]) properly.

I discovered that built-in generated equality operations also have equivalent
issue.

--


More information about the Digitalmars-d-bugs mailing list