Pascal Hertleif
Pascal Hertleif
In the first meeting, we [discussed](https://github.com/rust-lang-nursery/cli-wg/blob/07bf43d0a58843439eef14db90988fee1df1ec7d/logs/2018-02-20-cli-wg-initial-meeting.log#L142-L157) ecosystem discoverability. The goal is to make it easier for people to get the right tools they need to smoothly write CLI apps in...
By default, libfuzzer only runs one thread/worker. We should probably have it default to the number of CPUs and add a flag to set it to a specific number.
cf. https://github.com/rust-fuzz/targets/pull/102#issuecomment-383986950 @killercup can reproduce this. This is unchanged after #103.
cf. https://github.com/rust-fuzz/targets/pull/103#issuecomment-384738701
@Shnatsel wrote [this](https://www.reddit.com/r/rust/comments/8zpp5f/auditing_popular_crates_how_a_oneline_unsafe_has/) amazing post on reddit, documenting their workflow on how to run fuzzers on rust projects and what to keep in mind (disabling checksum checking e.g.). We should...
@epage asked in : > I'm curious, what do you see needing done before moving this to 1.0? While I should get back to my regularly schedule project, I would...
I just saw [this announcement][ann] of [duct], which seems to handle a bunch of weird edge cases in relation to `std::process::Command`. [duct]: https://docs.rs/duct [ann]: https://www.reddit.com/r/rust/comments/618jvw/announcing_duct_a_child_process_library_thats/ It looks like we can...
Based on #74, cf. https://github.com/killercup/assert_cli/pull/74#pullrequestreview-72693665 - [x] No, I did not try to fix all the tests this is just a WIP to discuss if we want this
Currently based on #50 and very much WIP.