Replaced mutagen with cargo-mutants #241
Replaced mutagen with cargo-mutants #241HrushikeshAnandSarangi wants to merge 1 commit intorust-bitcoin:masterfrom
Conversation
|
Also in 54ab789: You updated Cargo.toml without updating the lockfile. |
7e37281 to
bd7d2c0
Compare
|
Please review this |
|
Thanks for the contribution. To help me review can you explain how you came up with the GitHub action? I assume you copied it from FTR to ack this I need to know if there is output in this command and what it means. If you explain that it would help me. diff .github/workflows/cron-weekly-cargo-mutants.yml ../rust-bitcoin/.github/workflows/cron-weekly-cargo-mutants.yml |
|
Yes, I based this workflow from
Which regenerates the lockfile before running cargo mutants.
Please let me know if any changes are required. |
Oops, I was wrong about this. We don't have a committed lockfile here (yet). I need to mess around with my local lockfiles :/. |
|
Great, thanks. We can get rid of unexpected_cfgs = { level = "deny", check-cfg = [ 'cfg(bench)', 'cfg(kani)', 'cfg(mutate)' ] } |
|
nit: If you add a newline at the end of |
|
Thanks for the review Removed the cfg(mutate) and added a trailing newline at the EOF Let me know if any other changes are required |
|
Please squash into a single commit. |
092f4e7 to
577c9a8
Compare
577c9a8 to
43b48a5
Compare
|
Done |
Replaced mutagen with cargo-mutants #238
Overview:
mutagen.cargo mutantsand a workflow for raising issues weekly for top 10 mutations found.Please let me know if any additional changes are required.