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

Only fetch when needed #102

Open
SeanTAllen opened this issue May 6, 2020 · 0 comments
Open

Only fetch when needed #102

SeanTAllen opened this issue May 6, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@SeanTAllen
Copy link
Member

When corral fetch is run, it should check to see if the result can be satisfied without doing anything.

For example,

if I have already fetched 1.0.0 of a dependency and have it locally, I shouldn't fetch again if corral fetch is run. It's possible the tag moved. In that case, the user should really do a clean of some sort to update. tags shouldn't move.

If I don't have a version, then it should fetch again to get the latest.

@SeanTAllen SeanTAllen added enhancement New feature or request help wanted Extra attention is needed labels May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant