Weihang Lo
Weihang Lo
It is `S-needs-mentor`, which means we may or may not have time mentoring and reviewing it. It might be okay as you're already familiar with the codebase.
It is now emitting a warning: . Let's make it an potential edition-next issue. @rustbot label -S-accepted +S-needs-design +A-edition-next
> [#7621](https://github.com/rust-lang/cargo/issues/7621) is about ignoring _parent_ config files. This issue is about ignoring all config files (except for the one on the HOME dir). I wonder why `$CARGO_HOME/config.toml` is special...
`-Zconfig-include` (https://github.com/rust-lang/cargo/issues/7723) could be a way to work around, by not putting any configuration files in any parent directories. Though that is not a complete "isolated" solution (see for more...
@rfcbot fcp merge I propose to the team that we merge and insta-stabilize the `http.proxy-cainfo` config. ### What is being stabilized The `http.proxy-cainfo` config. It provides a way to set...
cc @joshtriplett if the fallback implementation and the reply address your concern
I updated [the FCP text]() to capture what we've discussed today, and some scenarios are added. Please take a look.
From #1401 > This has the slight chance of breaking builds where users assume that `CFLAGS_$TARGET` overwrites `CFLAGS`. I will argue that that is likely to be the minority, relative...
I am interested in this issue and plan to implement it. Just some questions need to make sure I didn't get it wrong. Below is my understanding of a possible...
Take another look of ii a few years after, I now have some doubts upon the benefit to compilation pipeline. For the real world crates, most of the dependencies are...