julia support should probably use modern julia multiplexing tooling (juliaup
)
#3546
Replies: 4 comments
-
I suppose my first question is what do you mean to "have mise make use of
I have no real preference here, I think they all work, but in some cases (like rust) the idiomatics of that ecosystem meant that we do things differently there. We should do what is idiomatic in julia but that's a language I know absolutely nothing about. Julia is popular enough that if someone were to build a core tool for it I would be happy to maintain it from then on but not popular enough that I would consider building it myself right now. If you wanted to have a stab at that, the other core tools are a great reference: https://github.com/jdx/mise/tree/main/src/plugins/core |
Beta Was this translation helpful? Give feedback.
-
As only a user of What I do know is that
And then one requests to install a given julia version via it's name (e.g. Knowing little of the internals of mise it seems like the simplest approach would be to have mise run the shell command for Perhaps some of the maintainers of |
Beta Was this translation helpful? Give feedback.
-
As I'm understanding and learning more about mise, a simpler and relatively ergonomic solution seems possible:
So that is really your proposed option 3 above. |
Beta Was this translation helpful? Give feedback.
-
And further reading / investigation has taken me towards what I hope is an even simpler route: The features for |
Beta Was this translation helpful? Give feedback.
-
Hi, I just ran across this project and thought it looked really great. So far I've really appreciated what I've seen. Thanks so much!
The experience with
asdf
and julia is subpar compared to the julia-specific version multiplexer (juliaup
); that tends to be more up-to-date and stable (and is getting support from the language itself at this point, if I understand correctly).What would it take to have mise make use of
juliaup
instead of theasdf
plugin for julia?Beta Was this translation helpful? Give feedback.
All reactions