[phobos] [D-Programming-Language/phobos] ce2ac1: fix incorrect imports/fqn usages
GitHub via phobos
phobos at puremagic.com
Sat Feb 20 13:51:32 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ce2ac192c999c71c85659e3c8084b608e342a215
https://github.com/D-Programming-Language/phobos/commit/ce2ac192c999c71c85659e3c8084b608e342a215
Author: Martin Nowak <code at dawg.eu>
Date: 2016-02-20 (Sat, 20 Feb 2016)
Changed paths:
M std/format.d
M std/internal/digest/sha_SSSE3.d
M std/net/curl.d
M std/parallelism.d
M std/path.d
M std/process.d
M std/regex/internal/parser.d
M std/regex/internal/thompson.d
M std/stdio.d
M std/string.d
M std/uni.d
M std/xml.d
M std/zip.d
Log Message:
-----------
fix incorrect imports/fqn usages
- mostly of the form `import a.b : sym; a.b.sym();`, which is wrong b/c
selective imports do not add the module to the current scope
Commit: c2ef2f1a6e83a285a831ffbe4065f0942845788f
https://github.com/D-Programming-Language/phobos/commit/c2ef2f1a6e83a285a831ffbe4065f0942845788f
Author: David Nadlinger <code at klickverbot.at>
Date: 2016-02-20 (Sat, 20 Feb 2016)
Changed paths:
M std/format.d
M std/internal/digest/sha_SSSE3.d
M std/net/curl.d
M std/parallelism.d
M std/path.d
M std/process.d
M std/regex/internal/parser.d
M std/regex/internal/thompson.d
M std/stdio.d
M std/string.d
M std/uni.d
M std/xml.d
M std/zip.d
Log Message:
-----------
Merge pull request #3981 from MartinNowak/fix313
fix incorrect imports/fqn usages
Compare: https://github.com/D-Programming-Language/phobos/compare/b2f1987cb3ec...c2ef2f1a6e83
More information about the phobos
mailing list