Weihang Lo
Weihang Lo
Sorry for pinging you folks. My little brain only remembers two custom test harnesses [nextest-rs/nextest] and[ bheisler/criterion.rs]. @bheisler and @sunshowers, I'd love to know your opinions on relaxing panic strategy...
Thank you for all the rapid and valuable feedback!. Seems it won't break things from your side. Pretty good! The only breaking change I can think of is that tests...
There is an open PR proposing to relax the limitation a bit:
While I opened #11272, I forgot the exact use cases of this feature. @c410-f3r and @Imberflur, could you folks share more about your scenarios and also some aspects/data about the...
> Code paths can also be conditionally included based on the panic setting, e.g. with `#[cfg(panic = "unwind")]`. Which could impact runtime performance in addition to the difference introduced by...
With , we have [`UnknownArgumentValueParser`](https://docs.rs/clap/latest/clap/builder/struct.UnknownArgumentValueParser.html) to guide users to use the correct flag. If clap provides a way to stop typo-suggesting a flag, it would be perfect!
JSON output format is not stabilized yet. See for the stabilization plan, and for the ongoing works.
> Is this asking for adding the last time a page was updated? Or the last time the book was built? Or something else? I believe it is one of...
Have a `#[cargo_test]` flavor test case here: Click to expand ```rust #[cargo_test] fn prefer_locked_patch_if_version_req_is_still_compatible() { Package::new("bar", "0.1.0").publish(); let p = project() .file( "Cargo.toml", r#" [package] name = "foo" edition =...
Sorry for replying this thread late. I am not sure whether we can simply skip the checksum verification. From my understanding, the present of checksums is for basic filesystem corruption...