Jacob Finkelman

Results 313 comments of Jacob Finkelman

> "MAJOR number must be exactly X, MINOR number and PATCH must be at least Y.Z". But I don't know if I can enforce that in Cargo? You are looking...

> This is definitely a bug in the output of cargo update at least in that it should inform you what's happening. Specifically #5530 with a WIP PR at #5634

@Boscop do you have a way for me to reproduce to try and figure out what specifically happened in the resolver? And a big +1 on a more obvious output...

I think the dependencies part of `Cargo.toml` and `Cargo.lock` will probably be sufficient. If you gave me them, then I would start a new project with the files in it...

So my opinion is that we should not recommend that registries plan to have two indexes with the same content in the long run. crates.io is going to do that,...

Can you clone `https://github.com/rust-lang/crates.io-index` using git directly? If so, does Cargo work if you set [`CARGO_NET_GIT_FETCH_WITH_CLI`](https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli)?

Have you tried using the `[replace]` or `[patch]` sections instead of a `path` dep? They may work better for the use case of fixing an upstream bug.

How many things can I get wrong in one day? :-P Just ignore me. Sorry for the noise.

> One concern about flipping the switch is that many users may not be prepared to be able to communicate to index.crates.io. This seems unlikely to me, or at least...

Had some time to look this over and it looks good to me. Ed has some good questions about nomenclature. Is there some way we can add tests? Perhaps a...