rami3l

Results 461 comments of rami3l

@xobs Besides, for a more "here and now" solution you can have a look at how esp solved their distribution problem with a custom tool: https://github.com/esp-rs/espup

@xobs Yes, I understand, I'm also really concerned about having something unpacked in a dir that's theoretically fully owned by rustup as any changes you've made can be easily overwritten...

Oh, it seems that since I have disabled self-update I'm missing that very line with my config so everything looks fine on my side 🤔 Also #4561 didn't expose that...

@epage Wait a sec... It seems that I cannot reproduce this on my machine? ```console > cargo run --config="env.RUSTUP_FORCE_ARG0='rustup'" -- check Blocking waiting for file lock on build directory Compiling...

I've noticed from https://github.com/rust-lang/rustup/issues/4560#issuecomment-3441006259 that the last line but one has a long series of whitespaces at the end. I'm not sure if that's relevant or essential to how `indicatif`...

@aplatypus Thanks for filing this issue! It so happened that we have just discussed about making PATH changes persistent in https://github.com/rust-lang/rustup/issues/3495#issuecomment-1742552658. Although I'm personally okay with such a change, unfortunately...

@Pierremalle _Salut_, and thanks for filing this issue! The aforementioned error comes from here: https://github.com/rust-lang/rustup/blob/1eb4de7b022d90578691d215859eec7cf2cedbce/src/dist/mod.rs#L1119-L1124 ... which was introduced in #562 back in 2016 (!!). This message should indicate a...

Can confirm that somehow the output has deviated from the expected one in the v1.27 series: https://github.com/rust-lang/rustup/issues/3390#issue-1769892073.

> Want me to consider this as close or keep that feed until i can make it work in case of anything ? Thanks again. @Pierremalle I'd like to leave...

@Pierremalle Wait, you're still on the curl backend? We've been on reqwest by default since a while ago now and we're planning to move to reqwest+rustls (https://github.com/rust-lang/rustup/issues/3806). Is there a...