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

Throws "Invalid Juliaup channel pr55132" despite channel being valid #995

Open
LilithHafner opened this issue Jul 16, 2024 · 3 comments · May be fixed by #997
Open

Throws "Invalid Juliaup channel pr55132" despite channel being valid #995

LilithHafner opened this issue Jul 16, 2024 · 3 comments · May be fixed by #997

Comments

@LilithHafner
Copy link
Member

LilithHafner commented Jul 16, 2024

x@x:~/.julia/dev/julia$ julia +pr55132
ERROR: Invalid Juliaup channel `pr55132`. Please run `juliaup list` to get a list of valid channels and versions.
x@x:~/.julia/dev/julia$ juliaup add pr55132
Installing Julia pr55132-linux-aarch64

See also #980, #766, #820

@christiangnrd
Copy link
Contributor

From #820. I'm moving the conversation here as I've decided #848 won't try to fix PRs too.

I was working on the merge conflicts in rebasing #848 to main earlier and it got me wondering how PR channels should be considered.

Potential options I came up with:

  1. Treat them like any invalid channel. (easy option)
  2. Look online to see if it’s a valid pr with an uploaded build and show the uninstalled channel message. (Would have to connect to the internet for a step that doesn’t typically need to)
  3. Find a concise way to explain that it may or may not be a valid channel that happens to be uninstalled. (Every phrasing I come up with for this feels sloppy and drawn out)

Any ideas?

Originally posted by @christiangnrd in #820 (comment)

It seems reasonable to me to only know about the PRs available as of the last update. If you want a new PR do an update?

Originally posted by @StefanKarpinski in #820 (comment)

@StefanKarpinski I don't believe the local database has a list of available PRs, so it would have to try to download at least the header to check that that PR is available.

@christiangnrd
Copy link
Contributor

christiangnrd commented Jul 16, 2024

Potential message for option 3:

`pr{number}` is not installed. Please run `juliaup add pr{number}` to install pull request if available.

@LilithHafner
Copy link
Member Author

Yep, I agree that the best would be to treat them as channels that are available, with a little extra text ("...if available"). Functionally, they are channels, so I would say "to install pull request channel if available."

Maybe this goes without saying, but {number} should be interpolated so the user never sees it.

@christiangnrd christiangnrd linked a pull request Jul 16, 2024 that will close this issue
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