[dmd-internals] [D-Programming-Language/dmd] c35a68: Add comments in needOpEquals and needToHash
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Jul 6 14:22:42 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c35a68b45d94a8878d4425ca0bc1690fb8486ab5
https://github.com/D-Programming-Language/dmd/commit/c35a68b45d94a8878d4425ca0bc1690fb8486ab5
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-06 (Sun, 06 Jul 2014)
Changed paths:
M src/clone.c
Log Message:
-----------
Add comments in needOpEquals and needToHash
Commit: 3a3b90c49950bcad89a1dd69b1957ba5712cb3b0
https://github.com/D-Programming-Language/dmd/commit/3a3b90c49950bcad89a1dd69b1957ba5712cb3b0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-06 (Sun, 06 Jul 2014)
Changed paths:
M src/mtype.c
R test/fail_compilation/fail11591.d
M test/fail_compilation/fail11591b.d
A test/fail_compilation/fail12255.d
M test/runnable/imports/link12144a.d
M test/runnable/sdtor.d
M test/runnable/test12.d
Log Message:
-----------
fix Issue 12255 - opCmp requirement for AAs breaks code
AAs should require equality and hashing for key types.
Commit: 5248be0ea108b4de8474cd23ee43c6d91e0679bd
https://github.com/D-Programming-Language/dmd/commit/5248be0ea108b4de8474cd23ee43c6d91e0679bd
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-06 (Sun, 06 Jul 2014)
Changed paths:
M src/clone.c
M src/mtype.c
R test/fail_compilation/fail11591.d
M test/fail_compilation/fail11591b.d
A test/fail_compilation/fail12255.d
M test/runnable/imports/link12144a.d
M test/runnable/sdtor.d
M test/runnable/test12.d
Log Message:
-----------
Merge pull request #3711 from 9rnsr/fix12255
[REG2.066a] Issue 12255 - opCmp requirement for AAs breaks code
Compare: https://github.com/D-Programming-Language/dmd/compare/4933d0a3101a...5248be0ea108
More information about the dmd-internals
mailing list