Pascal Hertleif

Results 223 comments of Pascal Hertleif

Very cool! I don't think this closes rust-fuzz/cargo-fuzz#119 though, see my comment there.

Thanks for the replies, Nick! I might get back to this -- right now though I've [implemented](https://github.com/technocreatives/dbc-codegen/blob/4398e5391b9ed547b34d64b85dbfe684114078a9/src/includes/arbitrary_helpers.rs) it by getting a random int and scaling it. This surely has a...

You might want to take a look at what build info the sentry crate gathers: https://github.com/getsentry/sentry-rust/blob/8dbda94b81b6efd92dfd9cfffb25414cffdaee17/build.rs

You got it! Sorry for the high latency.

I'm not sure I understand. What would `--dry-run` do? Not change the files? Isn't that basically the same as doing `cargo check` instead of `cargo fix`, then?

Oh, and depending on your answer, this seems like an issue better suited for the cargo repository, as the `cargo fix` tool lives there (cf. ). This repo only contains...

Ah, I see, writing the diff is an interesting idea. In theory you can write it to a `.patch` file, too, then. Do you want to open this issue on...

@Manishearth nah, all file handling is done in the cargo subcommand

@steveklabnik did you mean to close that from your fork of cargo?

Is the coverage data any good? Last I checked it was hard to tell if it was trustworthy or just a random number. I don't think the env on Travis...