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
{{ message }}
This repository was archived by the owner on Sep 14, 2025. It is now read-only.
The algorithm to resolve dependencies is not yet fully implemented.
There is a test class that defines some bogus package names with different versions, but it has not been finished.
I think that a depth first search should be the general answer to the problem. Every version object has a merge method that can be used to combine version requirements.