My first idea was to allow the installation of such interdependent plugins, but then I saw that once added they cannot be uninstalled due to the cylce in the graph. That's why I decided to stay consistent with uninstall and not allow it.
Besides what is the point in having such interdependent plugins? I suppose that you'd simply want to merge them into one. -----Original Message----- From: Jonathan Bond-Caron [mailto:jbo...@gdesolutions.com] Sent: Friday, February 28, 2014 16:01 To: dev@cordova.apache.org Subject: RE: CB-6028: Fix for infinte loop in plugman with plugins with cyclic dependencies On Fri Feb 28 08:09 AM, Andrew Grieve wrote: > Thanks Martin! Looks good! I've merged it in :) > > Should just keep track of what's pending to be installed, why throw an exception?