[dmd-internals] [D-Programming-Language/dmd] 4ddfbc: fix Issue 10386 - Package import feature breaks wi...
GitHub
noreply at github.com
Thu Jun 20 04:03:27 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4ddfbcb9aee814cddc82939ecd37928059f3e670
https://github.com/D-Programming-Language/dmd/commit/4ddfbcb9aee814cddc82939ecd37928059f3e670
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-20 (Thu, 20 Jun 2013)
Changed paths:
M src/module.c
M test/Makefile
A test/runnable/extra-files/lib10386/foo/bar.d
A test/runnable/extra-files/lib10386/foo/package.d
A test/runnable/extra-files/test10386.d
A test/runnable/test10386.sh
Log Message:
-----------
fix Issue 10386 - Package import feature breaks with static libraries
Commit: b6c67b77e8ba90d90f971f5de30fc8bbc912b997
https://github.com/D-Programming-Language/dmd/commit/b6c67b77e8ba90d90f971f5de30fc8bbc912b997
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-20 (Thu, 20 Jun 2013)
Changed paths:
M src/access.c
A test/compilable/extra-files/pkgDIP37_10421/algo/mod.d
A test/compilable/extra-files/pkgDIP37_10421/algo/package.d
A test/compilable/extra-files/pkgDIP37_10421/except.d
A test/compilable/testDIP37_10421.d
Log Message:
-----------
fix Issue 10421 - 'package' access should work with package module
Commit: c59d5fdd3e5980d396a4f4561f2b49cb9305c024
https://github.com/D-Programming-Language/dmd/commit/c59d5fdd3e5980d396a4f4561f2b49cb9305c024
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-20 (Thu, 20 Jun 2013)
Changed paths:
M test/compilable/testDIP37_10302.d
M test/compilable/testDIP37a.d
Log Message:
-----------
Small fix for DIP37 test cases
Commit: d3e0e0da47875d1b5f69b2744da780bea06232df
https://github.com/D-Programming-Language/dmd/commit/d3e0e0da47875d1b5f69b2744da780bea06232df
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-06-20 (Thu, 20 Jun 2013)
Changed paths:
M src/access.c
M src/module.c
M test/Makefile
A test/compilable/extra-files/pkgDIP37_10421/algo/mod.d
A test/compilable/extra-files/pkgDIP37_10421/algo/package.d
A test/compilable/extra-files/pkgDIP37_10421/except.d
M test/compilable/testDIP37_10302.d
A test/compilable/testDIP37_10421.d
M test/compilable/testDIP37a.d
A test/runnable/extra-files/lib10386/foo/bar.d
A test/runnable/extra-files/lib10386/foo/package.d
A test/runnable/extra-files/test10386.d
A test/runnable/test10386.sh
Log Message:
-----------
Merge pull request #2231 from 9rnsr/fix10421
Issue 10421 - 'package' access should work with package module
Compare: https://github.com/D-Programming-Language/dmd/compare/7f207df30b47...d3e0e0da4787
More information about the dmd-internals
mailing list