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

Allow specifying a custom version in advance install menu #1151

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dfordivam
Copy link
Collaborator

This field is necessary as the user may be installing some arbitrary version using a URI, and there is no way to specify a version for that, (like the command line ghcup install -u <uri> <version> supports.)

The GHCTargetVersion used for instVersion is not ideal for handling installation of other tools, but since we have a single AdvanceInstall menu shared for all tools, I think its ok to use this to avoid a bigger change to the code.

@dfordivam dfordivam requested a review from lsmor November 14, 2024 04:49
@lsmor
Copy link
Collaborator

lsmor commented Nov 14, 2024

I've been a little bit out of FOSS lately but I have sometime now. Let me get use to the new changes an I'll make a review asap.

@hasufell hasufell added this to the 0.1.40.0 milestone Nov 19, 2024
@hasufell
Copy link
Member

hasufell commented Dec 5, 2024

@dfordivam can you rebase?

@dfordivam dfordivam force-pushed the dn-adv-install-version branch from 4a17087 to e1d4a6f Compare December 6, 2024 04:57
@dfordivam
Copy link
Collaborator Author

@hasufell rebase done

@hasufell hasufell merged commit 6cd0c9f into master Dec 20, 2024
59 checks passed
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 this pull request may close these issues.

3 participants