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

solana-install init doesn't know when there's no work to do #7788

Closed
garious opened this issue Jan 14, 2020 · 1 comment · Fixed by #8200
Closed

solana-install init doesn't know when there's no work to do #7788

garious opened this issue Jan 14, 2020 · 1 comment · Fixed by #8200
Assignees
Milestone

Comments

@garious
Copy link
Contributor

garious commented Jan 14, 2020

Problem

solana-install init doesn't know when there's no work to do.

Does a bunch of work:

solana-install init beta

Does the same work again:

solana-install init beta

Proposed Solution

Detect when there's no work to do and tell the user that they are already up-to-date.

@garious garious added this to the The Future! milestone Jan 14, 2020
@mvines
Copy link
Member

mvines commented Jan 14, 2020

This is the case when a named version is used, eg. solana-install init 0.22.2. For a release channel (edge/beta/stable), this issue is the case though. It doesn't attempt to first check if the latest build for the given release channel is what's currently installed.

@mvines mvines modified the milestones: The Future!, Rincon v0.24.0 Feb 11, 2020
@mvines mvines self-assigned this Feb 11, 2020
@garious garious changed the title solana-install init doesn't know when there's know work to do solana-install init doesn't know when there's no work to do Feb 11, 2020
This was referenced May 14, 2024
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

Successfully merging a pull request may close this issue.

2 participants