Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

don't include windows.d in stdio.d#2336

Merged
dlang-bot merged 1 commit intodlang:masterfrom
WalterBright:noWindows.h
Oct 20, 2018
Merged

don't include windows.d in stdio.d#2336
dlang-bot merged 1 commit intodlang:masterfrom
WalterBright:noWindows.h

Conversation

@WalterBright
Copy link
Copy Markdown
Member

Importing windows.d makes anything importing stdio.d painfully slow.

@dlang-bot
Copy link
Copy Markdown
Contributor

Thanks for your pull request, @WalterBright!

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 + druntime#2336"

@dlang-bot dlang-bot merged commit 97deef5 into dlang:master Oct 20, 2018
@WalterBright WalterBright deleted the noWindows.h branch October 20, 2018 03:49
n8sh added a commit to n8sh/druntime that referenced this pull request Dec 9, 2018
In general avoided removing core.sys.windows.windows imports from other
core.sys.windows.* header files so imports-of-imports from them will
not break. The exception is core.sys.windows.threadaux because it is
imported by core.thread.
n8sh added a commit to n8sh/druntime that referenced this pull request Dec 9, 2018
In general avoided removing non-private core.sys.windows.windows
imports from other core.sys.windows.* header files so imports of
imports from them will not break. The exception is
core.sys.windows.threadaux because it is imported by core.thread.
n8sh added a commit to n8sh/druntime that referenced this pull request Dec 9, 2018
In general avoided removing non-private core.sys.windows.windows
imports from other core.sys.windows.* header files so imports of
imports from them will not break. The exception is
core.sys.windows.threadaux because it is imported by core.thread.
n8sh added a commit to n8sh/druntime that referenced this pull request Dec 17, 2018
In general avoided removing non-private core.sys.windows.windows
imports from other core.sys.windows.* header files so imports of
imports from them will not break. The exception is
core.sys.windows.threadaux because it is imported by core.thread.
n8sh added a commit to n8sh/druntime that referenced this pull request Dec 17, 2018
n8sh added a commit to n8sh/druntime that referenced this pull request Dec 17, 2018
thewilsonator added a commit that referenced this pull request Dec 18, 2018
Reduce uses of windows.d b/c it's slow (see PR #2336)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants