You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an idea that takes the ideas in #1095 to the next step.
We could have a default project at .julia/environments/default and julialauncher would start the actual julia process with that project active if the user didn't provide an explicit project via the command line or an environment variable.
This would have a couple of interesting implications:
The "default" channel setting of Juliaup would be more or less unnecessary. The "default" Julia version on a user system would just be the one recorded in the "default" project manifest.
The whole logic on how julialauncher informs users about new Julia versions would presumably be a bit different. I think it would be 1) check the Project.toml for a compat entry for julia, 2) look at the Manifest.toml and the database of existing Julia versions to decide whether there is a newer version that the user should be alerted to. This would of course also be useful just for Launch the manifest-specified Julia version v3 #1095.
For this to happen, we would need much better tools to update manifests across Julia builds.
The text was updated successfully, but these errors were encountered:
Here is an idea that takes the ideas in #1095 to the next step.
We could have a default project at
.julia/environments/default
andjulialauncher
would start the actualjulia
process with that project active if the user didn't provide an explicit project via the command line or an environment variable.This would have a couple of interesting implications:
julialauncher
informs users about new Julia versions would presumably be a bit different. I think it would be 1) check theProject.toml
for acompat
entry forjulia
, 2) look at theManifest.toml
and the database of existing Julia versions to decide whether there is a newer version that the user should be alerted to. This would of course also be useful just for Launch the manifest-specified Julia version v3 #1095.The text was updated successfully, but these errors were encountered: