Skip to content

Replace imports of core.sys.windows.windows to speed up compilation#6809

Merged
dlang-bot merged 1 commit intodlang:masterfrom
n8sh:reduce-windows.d
Dec 18, 2018
Merged

Replace imports of core.sys.windows.windows to speed up compilation#6809
dlang-bot merged 1 commit intodlang:masterfrom
n8sh:reduce-windows.d

Conversation

@n8sh
Copy link
Copy Markdown
Member

@n8sh n8sh commented Dec 17, 2018

Importing core.sys.windows.windows.d is slow and replacing it can speed up compilation. See dlang/druntime#2400 (comment)

@dlang-bot
Copy link
Copy Markdown
Contributor

Thanks for your pull request, @n8sh!

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#6809"

@PetarKirov
Copy link
Copy Markdown
Member

PetarKirov commented Dec 17, 2018

The auto-tester fails with:

std\format.d(4155): Deprecation: Symbol `core.sys.windows.windef.HRESULT` is not visible from module `format` because it is privately imported in module `winbase`

@dlang-bot dlang-bot merged commit 5e6fe2f into dlang:master Dec 18, 2018
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.

4 participants