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

Allow dependencies' features to be enabled from dependent projects #729

Closed
jdm opened this issue Oct 21, 2014 · 3 comments
Closed

Allow dependencies' features to be enabled from dependent projects #729

jdm opened this issue Oct 21, 2014 · 3 comments

Comments

@jdm
Copy link

jdm commented Oct 21, 2014

Canonical example - Servo wants to add a debug-mozjs feature to the mozjs project, where the dependency chain looks like servo -> script -> js -> mozjs. The only way to enable features is from the top-level servo project right now, so we need a way to propagate that to subprojects.

@alexcrichton
Copy link
Member

This should be possible since #712 landed in that each dependency will have to reexport the feature of its own dependencies. Did that not end up working out?

@jdm
Copy link
Author

jdm commented Oct 21, 2014

I'll try! I didn't know that happened.

@jdm
Copy link
Author

jdm commented Oct 21, 2014

Nevermind!

@jdm jdm closed this as completed Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants