[dmd-internals] [D-Programming-Language/dmd] 31cd3b: fix Issue 15519 - Circular imports leads to fwd re...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Jan 7 13:44:51 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 31cd3b5dbeba43cf5809a477ad7079ac21854a86
https://github.com/D-Programming-Language/dmd/commit/31cd3b5dbeba43cf5809a477ad7079ac21854a86
Author: Walter Bright <walter at walterbright.com>
Date: 2016-01-06 (Wed, 06 Jan 2016)
Changed paths:
M src/dimport.d
A test/compilable/test15519_x.d
A test/compilable/test15519_y.d
M test/fail_compilation/ice9865.d
Log Message:
-----------
fix Issue 15519 - Circular imports leads to fwd ref error with aliased imports
Commit: 61c35f3602646163946b3502951e6d3fde73621f
https://github.com/D-Programming-Language/dmd/commit/61c35f3602646163946b3502951e6d3fde73621f
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2016-01-07 (Thu, 07 Jan 2016)
Changed paths:
M src/dimport.d
A test/compilable/test15519_x.d
A test/compilable/test15519_y.d
M test/fail_compilation/ice9865.d
Log Message:
-----------
Merge pull request #5333 from WalterBright/fix15519
fix Issue 15519 - Circular imports leads to fwd ref error with aliaseā¦
Compare: https://github.com/D-Programming-Language/dmd/compare/ebe8a5acb1b6...61c35f360264
More information about the dmd-internals
mailing list