[dmd-internals] [D-Programming-Language/dmd] b35e7e: fix Issue 8668 - public selective import makes fun...
GitHub
noreply at github.com
Sun Mar 3 22:05:30 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b35e7e0b7f2df76869a79c032a48ab641b18ff85
https://github.com/D-Programming-Language/dmd/commit/b35e7e0b7f2df76869a79c032a48ab641b18ff85
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-15 (Fri, 15 Feb 2013)
Changed paths:
M src/dsymbol.c
A test/runnable/imports/m8668a.d
A test/runnable/imports/m8668b.d
A test/runnable/imports/m8668c.d
M test/runnable/overload.d
Log Message:
-----------
fix Issue 8668 - public selective import makes functions conflict when otherwise they don't
Commit: e2df8c552a92ecc6f722a50de5a043fa94bdd69e
https://github.com/D-Programming-Language/dmd/commit/e2df8c552a92ecc6f722a50de5a043fa94bdd69e
Author: Walter Bright <walter at walterbright.com>
Date: 2013-03-03 (Sun, 03 Mar 2013)
Changed paths:
M src/dsymbol.c
A test/runnable/imports/m8668a.d
A test/runnable/imports/m8668b.d
A test/runnable/imports/m8668c.d
M test/runnable/overload.d
Log Message:
-----------
Merge pull request #1449 from 9rnsr/fix8668
Issue 8668 - public selective import makes functions conflict when otherwise they don't
Compare: https://github.com/D-Programming-Language/dmd/compare/c697f3c21ad0...e2df8c552a92
More information about the dmd-internals
mailing list