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

Fix component checking for non-standard requirements #7585

Merged
merged 1 commit into from Oct 26, 2020

Conversation

ohanar
Copy link
Contributor

@ohanar ohanar commented Aug 24, 2020

Private and overridden requirements shouldn't be used as requirements for components.

Closes #7907.

Changelog: Fix: Component requirement checking now properly handles private and override requirements.
Docs: Omit

private and overridden requirements shouldn't be used as
requirements for components
Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This contribution seems correct, sorry that it was buried in the backlog and never reviewed.

Private packages information shouldn't be propagated downstream, and override requirements shouldn't be direct ones, and shouldn't be used in components requires IIRC.

Lets make a review and try to integrate this into next release.

@memsharded memsharded added this to the 1.31 milestone Oct 12, 2020
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

Successfully merging this pull request may close these issues.

[bug] Private requires must be associated with a component, but if associated, generator fails
3 participants