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 for #515 - dependency graph issue #521

Merged
merged 1 commit into from
Dec 10, 2015

Conversation

hottwaj
Copy link
Contributor

@hottwaj hottwaj commented Dec 10, 2015

Current code for removing redundant dependency graphs has a bug in it where graph[i] was compared against itself and then removed (as it appears equal to itself). This caused #515. In this PR I've rearranged the loop in the function for removing redundant graphs to prevent this issue

Old for removing redundant dependency graphs had a bug in it where graph[i] was compared against itself and then removed (as it appears equal to itself).  This caused kivy#515.  I've rearranged the loop in the function for removing redundant graphs to avoid this
inclement added a commit that referenced this pull request Dec 10, 2015
@inclement inclement merged commit e9df0cd into kivy:master Dec 10, 2015
@inclement
Copy link
Member

Thanks!

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.

2 participants