[dmd-internals] [D-Programming-Language/dmd] 968166: fix Issue 12009 - local import and "unable to reso...
GitHub
noreply at github.com
Thu Apr 10 18:46:46 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9681667045165278d3d9bfcabf4f2f4663416b79
https://github.com/D-Programming-Language/dmd/commit/9681667045165278d3d9bfcabf4f2f4663416b79
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-04-03 (Thu, 03 Apr 2014)
Changed paths:
M src/mars.c
M src/module.c
A test/compilable/test12009.d
Log Message:
-----------
fix Issue 12009 - local import and "unable to resolve forward reference" error
`Module::semantic2` could be invoked from local imports, even when some
local symbol semantics are not yet completed.
Commit: 915c8806b1c390a6306fad39d80f14602fbe3f09
https://github.com/D-Programming-Language/dmd/commit/915c8806b1c390a6306fad39d80f14602fbe3f09
Author: Walter Bright <walter at walterbright.com>
Date: 2014-04-10 (Thu, 10 Apr 2014)
Changed paths:
M src/mars.c
M src/module.c
A test/compilable/test12009.d
Log Message:
-----------
Merge pull request #3418 from 9rnsr/fix12009
Issue 12009 - local import and "unable to resolve forward reference" error
Compare: https://github.com/D-Programming-Language/dmd/compare/5cded0c6abe9...915c8806b1c3
More information about the dmd-internals
mailing list