Eric Huss
Eric Huss
I'm going to close, as I don't think we'll be adding a warning in the short term. There are far too many packages using hyphens, and there isn't an agreed-upon...
I'm going to close as this is unlikely something that is going to be supported. Cargo doesn't control the test running, and the libtest harness doesn't really know about files....
> Removing the `pub` makes sense. In that case, it seems to me like `#[non_exhaustive]` structs changing type might be okay from a semver perspective? I think only if they...
There's a question above that didn't seem to get answered: > What is the behavior of the verification step when crates.io is replaced? Does it resolve using the replaced source,...
Sounds good, thanks! I suspect it may still be a little difficult to publish with source replacement and without `--no-verify`. If one tries to publish multiple dependent packages, they will...
``` 2022-10-07T02:36:45.1055785Z ---- cargo_remove::offline::case stdout ---- 2022-10-07T02:36:45.1056373Z thread 'cargo_remove::offline::case' panicked at 'Expected success, was 101 2022-10-07T02:36:45.1056758Z stderr: 2022-10-07T02:36:45.1057009Z ``` 2022-10-07T02:36:45.1057492Z warning: please specify `--format-version` flag explicitly to avoid compatibility problems...
Thanks! @bors r+
Just an update for anyone following this issue. A proposal for how to configure git vs http is available at https://hackmd.io/@rust-cargo-team/B13O52Zko. Additionally #10964 and #10965 contain some more background.