est31
est31
@Jasperav that's interesting, thanks for the feedback. I guess it should be possible to support that, it's more of a feature request than a bug however. The reason why I'm...
@TimJentzsch cargo-udeps has to pass special flags to some of the crates in the build graph. Thus, it purposefully makes cache behaviour different from `cargo build`, otherwise it would not...
I don't really know what's going on here. It might factor in the age of the `cargo udeps` binary and `cargo install` might touch that binary, but I doubt that....
It seems to download stuff from scratch in the rerun. That means the cache isn't working at all?
@stevenh wow that's a pretty cool trick! It's a workaround, yes, but very useful.
Why have you enabled the save-analysis backend? Does the non-save-analysis backend have false positives?
Yeah, save-analysis has bad macro support... also note that save-analysis is being removed from rustc, so using the save-analysis backend at all won't be possible for long: https://github.com/rust-lang/rust/pull/101841
I don't know of a trick how to do it, outside of using the unstable rustc feature to dump unused dependencies to json. Maybe we can add a backend for...
Possible dupe of #1404.
I see, that makes sense.