mirror of
https://github.com/nushell/nushell.git
synced 2025-07-30 22:41:32 +02:00
Using the `--locked` flag prevents installation failures when dependencies have broken updates. All references are replaced.
351 B
351 B
Fuzzer for nu-parser
- For detailed info, please look at cargo-fuzz
Quick start guide
- Install cargo-fuzz by
cargo install cargo-fuzz --locked
- Run
gather_seeds.nu
for preparing the initial seeds corpus - Make output directory
mkdir out
- Run the fuzzer with
cargo fuzz run parse out seeds