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

graph is walked out of order #160

Closed
BrianHicks opened this issue Aug 17, 2016 · 0 comments
Closed

graph is walked out of order #160

BrianHicks opened this issue Aug 17, 2016 · 0 comments
Assignees
Labels

Comments

@BrianHicks
Copy link
Contributor

BrianHicks commented Aug 17, 2016

Take a graph. Call two modules in the root, and have one depend on the other.

What should happen

The tasks in the depending module should be executed after all the tasks in the dependent module.

What happens

All the tasks are executed at once, meaning that dependencies are not in place when the tasks are executed.

Concrete Example

application starting based on Docker. Top-level module depends on Docker, but it's not up yet when the leaf tasks start executing.

@BrianHicks BrianHicks self-assigned this Aug 17, 2016
@BrianHicks BrianHicks modified the milestone: 0.2.0 Aug 17, 2016
@sehqlr sehqlr closed this as completed Aug 18, 2016
sehqlr referenced this issue Aug 18, 2016
…ph-walking-#160

Dependency ordered graph walking
@BrianHicks BrianHicks modified the milestones: 0.2.0, Strange Loop Demo (the real 0.2.0) Sep 8, 2016
BrianHicks referenced this issue Dec 22, 2016
…ph-walking-#160

Dependency ordered graph walking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants