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

Recursively enable dependencies' dependencies #603

Closed
madsmtm opened this issue Apr 17, 2024 · 0 comments
Closed

Recursively enable dependencies' dependencies #603

madsmtm opened this issue Apr 17, 2024 · 0 comments
Labels
A-framework Affects the framework crates and the translator for them bug Something isn't working

Comments

@madsmtm
Copy link
Owner

madsmtm commented Apr 17, 2024

When requesting the block2 feature in e.g. objc2-cloud-kit, the block2 feature of objc2-foundation is not enabled, which leads to build errors, see this.

So instead of the feature flags being:

block2 = ["dep:block2"]
objc2-core-location = ["dep:objc2-core-location"]

They should be:

block2 = ["dep:block2", "objc2-foundation/block2", "objc2-core-location?/block2"]
objc2-core-location = ["dep:objc2-core-location"]
@madsmtm madsmtm added bug Something isn't working A-framework Affects the framework crates and the translator for them labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-framework Affects the framework crates and the translator for them bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant