Skip to content

Fix for #515 - dependency graph issue#521

Merged
inclement merged 1 commit into
kivy:masterfrom
JonAnCla:fix-redundant-dependency-graphs
Dec 10, 2015
Merged

Fix for #515 - dependency graph issue#521
inclement merged 1 commit into
kivy:masterfrom
JonAnCla:fix-redundant-dependency-graphs

Conversation

@JonAnCla

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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