apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
401 stars 151 forks source link

CB-6028: Protect against cyclic dependencies in install #54

Closed mbektchiev closed 10 years ago

mbektchiev commented 10 years ago

This change aims to fix https://issues.apache.org/jira/browse/CB-6028 - If two or more plugins form a loop in their dependency graph, then attempting to install one of them with plugman enters an infinite loop and never finishes the installation.