Replies: 1 comment
-
I think "Minimal Version Selection" (which Go uses) is a pretty decent default as long as components obey semver. In practice you still need some mechanism to override versions, though I suspect that would apply to any resolution algorithm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we are able to generate a tree of nested dependencies, we will need to settle on an algorithm that will be used for handling multiple versions of the same package specified across various dependencies (which version(s) will we grab if multiple versions are specified by different packages). We can discuss this here.
Beta Was this translation helpful? Give feedback.
All reactions