David Anthoff
David Anthoff
Hm, I don't really know what might be going on. I am able to replicate this on Linux, but not on Windows. @staticfloat any idea what is going on here?
Wouldn't a much easier solution to this problem simply be to print the update message to the stderr instead of stdout?
Actually, lets discuss in https://github.com/JuliaLang/juliaup/issues/705.
Another (serious) issue with overrides is that the VS Code extension is not picking them up at the moment :) Nothing to be done here, but that is something I...
Just experimented a bit more and found some more aspects of this: - I get the same result for other Julia versions, I tried 1.8 and 1.0 - When the...
Ok, I think this might actually be a bug in cygwin, see https://github.com/mintty/mintty/issues/1210 and https://cygwin.com/pipermail/cygwin/2023-April/253459.html. My understanding is that this essentially means that any Julia version that was compiled with...
Hm, so much for my theory, then ;) I spent some more time digging around, and found https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#known-issues, where it mentions that some Windows console programs only work properly in...
[Windows Terminal](https://github.com/microsoft/terminal) is Microsoft's new (well, by now couple years old) terminal for Windows. On Windows 10 you can install it from https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701, on Windows 11 it ships by default...
So the first suggestion here, to not show the message about the `PATH` when the folder _is_ on the `PATH`, is a bug. There was a check to do just...
Is one of the side-effects that when you double click on a Julia file it would actually run in that case? That seems like it wouldn't be ideal, if so?