You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Molinilo (CocoaPods) detects dependency cycles and rejects them. ResolveLib does not do this (neither does pip currently), but maybe it would be possible to implement a provider hook to let the user decide whether or not to?
The text was updated successfully, but these errors were encountered:
In the event of a dependency cycle (aka “circular dependency”), the current implementation (which might possibly change later) has it such that the first encountered member of the cycle is installed last.
Molinilo (CocoaPods) detects dependency cycles and rejects them. ResolveLib does not do this (neither does pip currently), but maybe it would be possible to implement a provider hook to let the user decide whether or not to?
The text was updated successfully, but these errors were encountered: