David Anthoff

Results 1184 comments of David Anthoff

Not at the moment, but I can see how that might be useful.

Just running `tools\clang.exe` from a command line in the artifact folder shows this error: ![image](https://github.com/JuliaPackaging/Yggdrasil/assets/1036561/1010abc9-8c5f-45cd-bc45-e0917014042c) If one clicks "OK" the same error message comes up again, just for different dlls,...

There is another parameter `--add-to-path=no`, and I'm fairly positive that should disable the modification of the shell scripts. You then have to put `julia` and `juliaup` on the `PATH` yourself,...

It seems to me that at least for packages, there just shouldn't be `Manifest.toml` files at all, certainly not in the git repo for a package. That seems to apply...

I like it! In particular that there is only one `Manifest.toml`, that will make supporting subprojects _sooo_ much easier in LanguageServer.jl. > - A subproject can only live one level...

Couple of thoughts: - Is there a plan to update the version that is available via scoop when we release new builds? For other platforms we automatically update things as...

I don't think it should add the hostname into the URI if the user provided path doesn't have one. That is certainly true on Windows, but I also don't think...

> the hostname component is mandatory in RFC1738 No, that is not correct :) https://www.rfc-editor.org/rfc/rfc1738#section-3.10 is pretty clear that `` can be the empty string, and then you end up...

> `file://MYCOMPUTER/...` url seems completely valid to me based on the relevant specs Yes, it is a valid URI that decodes to a UNC path. > it seems as though...

> From our conversation and the specs, this seems to me like a good enough approach to try initially. Agreed! I stumbled over another interesting question: what to do about...