rami3l
rami3l
See https://github.com/rust-lang/rustup/issues/3156#issuecomment-2337947531 for the analysis thus far: nothing has really changed from then and there's nothing we can do about it unless we explicitly program the completions, which needs a...
Hmmm I do remember downloading nightlies are slower, but I don't expect it to be this slow... Could this be a infra/peering problem or something? @jdno have you seen anything...
@ferologics OTOH you're using macOS 15.1 which is AFAIK still in prerelease state. Does it work alright on other machines/network environments, if you happen to have access to any?
> This might be a server issue. I've had a few instances where downloads crawled because I got routed to a bad CDN server. @ChrisDenton Thanks for sharing! I was...
@mcandre Thanks for filing this issue! Do you happen to remember what exactly did you not expect to appear in `stdout`? Your observations are quite important for #3803 as I'm...
> Seems like a reasonable improvement. [@rami3l](https://github.com/rami3l) any thoughts? @djc I am surprised to find out about this suggestion just now. The proper way of doing this definitely won't be...
Interestingly enough, `rustup completions --help` gives the right instructions: > Enable tab completion for Bash, Fish, Zsh, or PowerShell > The script is output on `stdout`, allowing one to re-direct...
@djc As you may already know, I use Homebrew's Rustup distribution, and so far the completion file is [purely static](https://github.com/Homebrew/homebrew-core/blob/a6ecd82c1dfe55a3e6672f452c5dd15cfd2a912a/Formula/r/rustup.rb#L40). This is a recurring pattern for many applications, for which...
> > proper way of doing this definitely won't be re-generating completions on toolchain switch though > > There are 2 cases: > > 1. If an end-user that configured...
My conclusion is that https://rust-lang.github.io/rustup/installation/index.html#enable-tab-completion-for-bash-fish-zsh-or-powershell needs to be changed to align with `rustup completions --help`. Also, we need to check whether we should update the completion files on a per-update...