add argument to allow download a range of versions of a package#45
Merged
Conversation
Collaborator
Author
|
I noticed that the current changes also cause all versions of all dependencies to download. |
grische
reviewed
Sep 19, 2025
7c5ded5 to
6405dab
Compare
Collaborator
Author
|
Enhanced the "all-versions" logic and updated the PR description accordingly. |
grische
reviewed
Oct 9, 2025
grische
reviewed
Oct 9, 2025
b6cdc35 to
1bdc9ab
Compare
Collaborator
Author
|
Rebase and fixed tests for new argument |
1bdc9ab to
468b95c
Compare
Mirror all versions matching requirements in morgan.ini. Mirror only required dependencies of each top-level package version.
468b95c to
0ebba93
Compare
Collaborator
Author
|
Updated tests for argument |
When pulling in multiple versions of the same package, the dependencies could change and all dependencies of all versions need to be considered.
fbde2b2 to
e1df825
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I would like to add an argument to allow the download of a range of versions of packages.
This approach works like a simple switch and keeps the default functionality untouched.
It's important to note that this changes the dependency resolution of multiple packages.