[dmd-internals] [D-Programming-Language/dmd] 3fb481: Implement DIP37 Importing Packages as if They Were...
GitHub
noreply at github.com
Sat Jun 8 10:06:15 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 3fb481f3f64731a4be9b012234f0e44421cfe768
https://github.com/D-Programming-Language/dmd/commit/3fb481f3f64731a4be9b012234f0e44421cfe768
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M src/import.c
M src/import.h
M src/module.c
A test/compilable/extra-files/pkg/datetime/common.d
A test/compilable/extra-files/pkg/datetime/package.d
A test/compilable/testDIP37.d
Log Message:
-----------
Implement DIP37 Importing Packages as if They Were Modules
Commit: ff85fc1f65c7631b8c755499576c0ab95f8f7bc7
https://github.com/D-Programming-Language/dmd/commit/ff85fc1f65c7631b8c755499576c0ab95f8f7bc7
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M src/import.c
M src/import.h
M src/module.c
A test/compilable/extra-files/pkg/datetime/common.d
A test/compilable/extra-files/pkg/datetime/package.d
A test/compilable/testDIP37.d
Log Message:
-----------
Merge pull request #2139 from WalterBright/DIP37
Implement DIP37 Importing Packages as if They Were Modules
Compare: https://github.com/D-Programming-Language/dmd/compare/f74a04a9759b...ff85fc1f65c7
More information about the dmd-internals
mailing list