February 20, 2016 [phobos] [D-Programming-Language/phobos] ce2ac1: fix incorrect imports/fqn usages | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation