Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

feat: add differences on non-rust code to run 0 mutants #48

Open
wants to merge 2 commits into
base: mutants-develop/check-no-mutants-tested/base
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 74 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions clarity/src/vm/ast/parser/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ impl<'a> Parser<'a> {
}
}

// Comment for diffs
fn add_unviable_mutants() -> ParseResult<
Option<
Option<
Expand Down
1 change: 1 addition & 0 deletions stacks-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ path = "./src/lib.rs"

[dependencies]
rand = "0.7.3"
bitcoin = "0.31.1"
serde = "1"
serde_derive = "1"
serde_stacker = "0.1"
Expand Down
1 change: 0 additions & 1 deletion stacks-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extern crate rand;
extern crate rusqlite;
extern crate secp256k1;
extern crate serde;

#[macro_use]
extern crate lazy_static;
extern crate ripemd;
Expand Down
Loading