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

Consider Nightly channels when checking for avaliable_channels #848

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

christiangnrd
Copy link
Contributor

@christiangnrd christiangnrd commented Feb 26, 2024

Closes #820 but not #995.

@christiangnrd
Copy link
Contributor Author

This is ready for review.

Copy link
Collaborator

@davidanthoff davidanthoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

I just have some change requests in how errors are handled. 1) we should use ? more, and 2) always bubble errors up, so that if something goes wrong that everything fails and we get an error report :)

src/operations.rs Outdated Show resolved Hide resolved
src/operations.rs Outdated Show resolved Hide resolved
src/operations.rs Outdated Show resolved Hide resolved
@christiangnrd
Copy link
Contributor Author

christiangnrd commented Aug 21, 2024

Thanks for the review! I don't have much Rust experience so this is very helpful. I've addressed your comments along with the required fixes.

"from" makes more sense to me as the error message seems to be attempting to convey where `julialauncher` got the missing/invalid channel from.
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.

Error says: "Invalid Juliaup channel nightly"
2 participants