Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge packages with the same name from different repos #7

Closed
vgmoose opened this issue Apr 11, 2018 · 1 comment
Closed

merge packages with the same name from different repos #7

vgmoose opened this issue Apr 11, 2018 · 1 comment

Comments

@vgmoose
Copy link
Member

vgmoose commented Apr 11, 2018

This is a necessary feature to truly allow multiple repos to freely be added without worrying about package names overlapping.

Ideally, this would go as far as checking the version number and always treating the repo with the newest update as the canonical resource.

However, due to the way version numbers are currently handled (as only strings), it may have to use to the repo priority order that is loaded in the repos.json

@vgmoose
Copy link
Member Author

vgmoose commented Nov 30, 2019

As of e4853e3, name collisions are no longer a problem. The later repos in repos.json will take priority over the earlier ones.

The other stuff can be done in #21 to allow for actual intelligent versioning that can tell when a name-collision package is newer or older than another one.

@vgmoose vgmoose closed this as completed Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant