Open lnicola opened 3 years ago
Looks really similar to https://github.com/rust-lang/cargo-bisect-rustc/issues/20 which was fixed by (me 🙈 ) @ https://github.com/rust-lang/cargo-bisect-rustc/pull/33
It should be possible to do something similar here
The problem is that this project doesn't use git
as a dependency.
I think a reasonable solution would be to check the revision string length and warn in a more friendly way.
Filed #43 for this.
I'm not sure if it's possible to find the matching build for a truncated hash, but an error message might be useful here.