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 depends #529

Merged
merged 2 commits into from
Jul 27, 2017
Merged

Fix depends #529

merged 2 commits into from
Jul 27, 2017

Conversation

wjwwood
Copy link
Contributor

@wjwwood wjwwood commented Jul 22, 2017

Basically on the second hit of the cache the dependencies list would be empty, when it was not to begin with. The list is being consumed (.pop until empty) to figure out the next step, so coping it just prevents the cached version from being empty on future cache hits for the same key.

Should fix #494.

@jlack1987
Copy link

Did some limited testing with this branch and never ran into the bug reported in #494

@wjwwood wjwwood merged commit a72659e into master Jul 27, 2017
@wjwwood wjwwood deleted the fix_depends branch July 27, 2017 23:03
@wjwwood
Copy link
Contributor Author

wjwwood commented Jul 27, 2017

Thanks for trying it out @jlack1987.

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.

Incorrect dependency install order using manifests
2 participants