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: rewrite dependency tree comparison algorithm #111

Merged
merged 1 commit into from
Nov 23, 2017
Merged

Conversation

Frederick888
Copy link
Collaborator

Fixes #105

There was a bug in the old algorithm: (grand, parent, self) should not be used as the identifier of a package in the dependency tree.

The dependency tree comparison part has been rewritten to fix it and adopt BFS instead of DFS. No idea why I wrote a verbose DFS...

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.

output varies from run to run, and also misses things
1 participant