Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer} #7026

Merged
merged 1 commit into from
May 23, 2019

Conversation

wilzbach
Copy link
Member

Doing this in multiple parts.

See also: #7024

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @wilzbach!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "master + phobos#7026"

@thewilsonator
Copy link
Contributor

Please merge these when the auto merge queue is not so full.

@thewilsonator
Copy link
Contributor

std/net/isemail.d(246): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(364): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(1817): Error: no property `back` for type `EmailPart[]`
std/net/isemail.d(1818): Error: no property `popBack` for type `EmailPart[]`
std/net/isemail.d(465): Error: template instance `std.net.isemail.pop!(EmailPart[])` error instantiating
std/net/isemail.d(776):        instantiated from here: `isEmail!char`
std/net/isemail.d(490): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(543): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(558): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(626): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(743): Error: no property `front` for type `const(char)[]`
std/net/isemail.d(751): Error: no property `popFront` for type `EmailStatusCode[]`
std/net/isemail.d(246): Error: no property `front` for type `const(wchar)[]`

@wilzbach wilzbach force-pushed the import-selective4 branch 2 times, most recently from f392f70 to 7cc6559 Compare May 23, 2019 08:28
@dlang-bot dlang-bot merged commit 7cdd92f into dlang:master May 23, 2019
@wilzbach wilzbach deleted the import-selective4 branch May 23, 2019 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants