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

add rustc-dep-of-std feature #831

Open
wants to merge 1 commit into
base: 0.3
Choose a base branch
from
Open

Conversation

euclio
Copy link
Contributor

@euclio euclio commented Nov 4, 2019

This commit paves the way for libstd to depend on winapi and crates that
depend on winapi.

Tested with a local build of libstd on both -msvc and -gnu targets.

While it's possible to move small parts of libstd to winapi with this commit, it will be tricky to do a large-scale refactor until #771 and #323 are addressed.

This commit paves the way for libstd to depend on winapi and crates that
depend on winapi.
@retep998
Copy link
Owner

retep998 commented Nov 8, 2019

This PR fails to build on Rust 1.6 due to cargo changes so this may have to be delayed until winapi 0.4.

@retep998 retep998 added the waiting on review Waiting for a reviewer to review the PR label Nov 8, 2019
@retep998 retep998 added the waiting for 0.4 This issue will be fixed in 0.4 label Nov 15, 2019
@euclio
Copy link
Contributor Author

euclio commented Nov 19, 2019

@retep998 Do you have an idea of what features you'd like to include in a 0.4 release? It would be helpful to have a tracking issue. I'm happy to help push that forward.

@retep998
Copy link
Owner

#885

@retep998 retep998 removed the waiting on review Waiting for a reviewer to review the PR label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for 0.4 This issue will be fixed in 0.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants