David Anthoff
David Anthoff
There is another problem: we actually can't remove anything from the `.julia` folder during uninstall for the Windows Store option, all we can remove is the actual `juliaup` stuff (which...
We can do that for the self installer on Mac and Linux, but not on Windows, we have no ability to run custom code at uninstall for the Windows Store...
Yes, we can definitely improve this! Note to myself: the DAP message that is responsible for this is `evaluate`. It covers both the debug console and things like the watch...
Yes, entirely agreed. I think we _also_ want something file and Julia specific, see https://github.com/JuliaLang/juliaup/issues/10. At the end we'll need something like the rustup hierarchy of configuration locations for this....
> I'll open a PR against this branch here later today with a config option so that this can be behind a feature flag for a while. I just added...
> Out of curiosity, why would we want to know whether it's being run interactively or not? I'd generally like to replace the current prompts that say "Run `juliaup update`...
In my mind the versioned manifest files will be more of a niche thing, at least that is how I imagine things will play out once this feature here lands....
> If you want to check your manifest files into source control, and you also want your project to support multiple Julia versions, then versioned manifest files are the only...
I started adding tests. They are by no means complete, i.e. we really need to come up with a much more thorough feature test suite. BUT, I think the tests...
Work on this continues now in https://github.com/JuliaLang/juliaup/pull/1087