[dmd-internals] [D-Programming-Language/dmd] 1c4216: fix Issue 7892 - Compiler-generated struct copies ...
GitHub
noreply at github.com
Mon Sep 30 04:32:58 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1c42160f643ba3e0fc0d4fbaa24a8d357ae24965
https://github.com/D-Programming-Language/dmd/commit/1c42160f643ba3e0fc0d4fbaa24a8d357ae24965
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M src/declaration.c
M test/runnable/testcontracts.d
Log Message:
-----------
fix Issue 7892 - Compiler-generated struct copies can result in errors when ctor is @disable'd
Commit: 055fc646bb9aeba96c73c6b6e67d601b1f5d8910
https://github.com/D-Programming-Language/dmd/commit/055fc646bb9aeba96c73c6b6e67d601b1f5d8910
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M src/declaration.c
M test/runnable/testcontracts.d
Log Message:
-----------
Merge pull request #2596 from 9rnsr/fix7892
Issue 7892 - Compiler-generated struct copies can result in errors when ctor is @disable'd
Compare: https://github.com/D-Programming-Language/dmd/compare/efe42756ade5...055fc646bb9a
More information about the dmd-internals
mailing list