[dmd-internals] [D-Programming-Language/dmd] cc355e: fix Issue 11563 - Module dependency cycle causes u...
GitHub
noreply at github.com
Sun Nov 24 11:58:32 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: cc355e33e31852718753852390b2257d8871819b
https://github.com/D-Programming-Language/dmd/commit/cc355e33e31852718753852390b2257d8871819b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-23 (Sat, 23 Nov 2013)
Changed paths:
M src/class.c
A test/compilable/imports/test11563core_bitop.d
A test/compilable/imports/test11563std_array.d
A test/compilable/imports/test11563std_range.d
A test/compilable/imports/test11563std_traits.d
A test/compilable/test11563.d
M test/fail_compilation/diag9210a.d
Log Message:
-----------
fix Issue 11563 - Module dependency cycle causes unrelated template instantiations to fail
Commit: 47332912de517274e139f34a7faac0f32efd5833
https://github.com/D-Programming-Language/dmd/commit/47332912de517274e139f34a7faac0f32efd5833
Author: Walter Bright <walter at walterbright.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)
Changed paths:
M src/class.c
A test/compilable/imports/test11563core_bitop.d
A test/compilable/imports/test11563std_array.d
A test/compilable/imports/test11563std_range.d
A test/compilable/imports/test11563std_traits.d
A test/compilable/test11563.d
M test/fail_compilation/diag9210a.d
Log Message:
-----------
Merge pull request #2872 from 9rnsr/fix11563
[REG2.061] Issue 11563 - Module dependency cycle causes unrelated template instantiations to fail
Compare: https://github.com/D-Programming-Language/dmd/compare/69dcaa990419...47332912de51
More information about the dmd-internals
mailing list