Ed Page
Ed Page
> Or we might make the packaging less conservative, and allow it to include files from sub-packages, even if they don't get used downstream. For real packages as the workspace...
To clarify, the idea I was floating was to effectively create a lint that is run during development to report when a build unit references a file that is out...
> . This case is slightly different though in that the "word" being matched is a subword: "mke" is identified as an incorrect spelling, Note that `typos` spell checks both...
If we added `mke2fs` as a well known identifier to not be split and corrected, I'd like to look at the problem holistically of what do we consider to be...
`trycmd` changes backslashes to forward slashes so that paths can be represented in a more neutral way across platforms. This was modeled off of `cargo-test-support`.
@joshpetit no, those should be handled in individual issues. Please open one.
@szepeviktor if you'd like them included, please summarize them in a comment
If anyone picks this up, I did some initial digging and some relevant links are - https://github.com/rust-lang/rustup/pull/117 (2016) - https://github.com/rust-lang/rustup/pull/1919 (2019) - https://github.com/rust-lang/rustup/pull/2393 (2020) - https://github.com/brson/home
In case its relevant, #12915 made some minor wording tweaks in 1.75
Could you explain the context for why you want to setup these conflicts? There are two parts to this behavior: - The mechanism: `ArgAction`s are what happens when you encounter...