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

Fix DB update when julia launcher is symlinked #747

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

MikeInnes
Copy link
Member

I use a symlink ~/bin/j which points to the julia launcher. Without this change, julia was unable to find juliaup and therefore fails intermittently, and I have to run juliaup update to fix this (which has been problematic if I don't have internet access).

The failure mode is also odd; Julia is booted before the version update, then the launcher process exits suddenly. The REPL banner shows up, but any typing causes Julia to spit out broken pipe errors in the background of my shell.

I'd argue that some of these steps should be soft errors, eg perhaps show a warning if the DB update fails, but always launch Julia if possible. But I've not attempted that larger change.

@davidanthoff davidanthoff merged commit 09fad43 into JuliaLang:main Nov 14, 2023
23 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.

2 participants