[dmd-internals] [D-Programming-Language/dmd] 62fc01: fix Issue 15233 - TypeTuple causes segfault in dmd...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Oct 27 11:01:03 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 62fc013ee2614e8e68317ad8d2ba9a157e9302e9
https://github.com/D-Programming-Language/dmd/commit/62fc013ee2614e8e68317ad8d2ba9a157e9302e9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-10-27 (Tue, 27 Oct 2015)
Changed paths:
M src/dinterpret.d
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 15233 - TypeTuple causes segfault in dmd 2.68.2
Commit: 04222288e2ee9667383251dd79e4fc37109580b4
https://github.com/D-Programming-Language/dmd/commit/04222288e2ee9667383251dd79e4fc37109580b4
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-10-27 (Tue, 27 Oct 2015)
Changed paths:
M src/dinterpret.d
Log Message:
-----------
Fix copy on write in AssocArrayLiteralExp.interpret
`keysx` and `valuesx` should be copied in synchronization with each other.
Commit: af31c95f6d6024afea5db3d59ec08e5519427d72
https://github.com/D-Programming-Language/dmd/commit/af31c95f6d6024afea5db3d59ec08e5519427d72
Author: Walter Bright <walter at walterbright.com>
Date: 2015-10-27 (Tue, 27 Oct 2015)
Changed paths:
M src/dinterpret.d
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #5226 from 9rnsr/fix15233
Issue 15233 - TypeTuple causes segfault in dmd 2.68.2
Compare: https://github.com/D-Programming-Language/dmd/compare/3291aec89228...af31c95f6d60
More information about the dmd-internals
mailing list