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

Resolve a bundle dependency graph with referenced bundles #2625

Open
Tracked by #2627 ...
carolynvs opened this issue Mar 13, 2023 · 0 comments
Open
Tracked by #2627 ...

Resolve a bundle dependency graph with referenced bundles #2625

carolynvs opened this issue Mar 13, 2023 · 0 comments
Labels
pep003-advanced-dependencies Implementation of the Advanced Dependencies proposal

Comments

@carolynvs
Copy link
Member

carolynvs commented Mar 13, 2023

A bundle dependency has a few ways to define a dependency. For now let's generate a dependency graph for a bundle and its dependencies when all dependencies are defined with a default implementation pinned at a specific version.

Out of scope (will be addressed in separate issues)

The dependency graph should take into account dependency outputs, so that when dependency A uses the output of dependency B, A should have a dependency on B in the graph.

ℹ️ Read PEP003 - Advanced Dependencies for context about how dependencies should work, design details, and notes about desired behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pep003-advanced-dependencies Implementation of the Advanced Dependencies proposal
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant