Jake Shadle

Results 189 comments of Jake Shadle

I've opened #1088 which adds support for interleaved test output that can have each stream recovered separately to satisfy all of the current code.

I think it's made fairly clear in the documentation that as little work should be done in the crashevent callback since it is running in a compromised context, eg std::process::exit...

Would it be ok to bump the MSRV? 1.60 is almost a year old at this point.

cargo-deny is explicitly for checking licenses quickly, cargo-about does this more slowly as it is more thorough, and the license checking is more incidental than its primary goal.

Yes, if a license file was detected in a subdirectory (not root) that had a license that wasn't one of those in the crate's license field or the same (by...

I'm wondering if the cleanest way of accomplishing this is to either have a code example of using eg. [signal_hook](https://docs.rs/signal-hook/latest/signal_hook/) or some other similar crate, or actually have a feature...

Cool, sorry for the slow response on this, I think whatever implementation that would close this issue would probably be done along with #78 as both of them are fundamentally...

Not at this time, and probably never since its source is not distributed.

My first preference would be for crates.io to support it since then everyone would get the benefit rather than just cargo-deny users, in addition, cargo-deny is meant to complete quickly,...

I assume this is because you are sharing a config between multiple crates/repos/workspaces and don't want to get warnings from the ones which don't have those sources?