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

Commit

Permalink
feat: updated file names to lib and renamed output stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Nov 30, 2023
1 parent 773499a commit d42a286
Show file tree
Hide file tree
Showing 23 changed files with 3,117 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsigner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"

[lib]
name = "libsigner"
path = "./src/libsigner.rs"
path = "./src/lib.rs"

[dependencies]
clarity = { path = "../clarity" }
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions mutants.out/lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cargo_mutants_version": "23.11.1",
"start_time": "2023-11-30T21:06:25.450047Z",
"hostname": "deployers-macbook-pro.local",
"username": "asuciu"
}
33 changes: 33 additions & 0 deletions mutants.out/missed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
pox-locking/src/lib.rs:65: replace handle_contract_call_special_cases -> Result<(), ClarityError> with Ok(())
stx-genesis/src/lib.rs:100: replace <impl Iterator for LinePairReader>::next -> Option<Self::Item> with None
stx-genesis/src/lib.rs:108: replace <impl Iterator for LinePairReader>::count -> usize with 0
stx-genesis/src/lib.rs:108: replace <impl Iterator for LinePairReader>::count -> usize with 1
pox-locking/src/events.rs:47: replace create_event_info_stack_or_delegate_code -> String with String::new()
pox-locking/src/events.rs:47: replace create_event_info_stack_or_delegate_code -> String with "xyzzy".into()
pox-locking/src/events.rs:76: replace create_event_info_aggregation_code -> String with String::new()
pox-locking/src/events.rs:76: replace create_event_info_aggregation_code -> String with "xyzzy".into()
pox-locking/src/events.rs:103: replace create_event_info_data_code -> String with String::new()
pox-locking/src/events.rs:103: replace create_event_info_data_code -> String with "xyzzy".into()
pox-locking/src/events.rs:351: replace synthesize_pox_2_or_3_event_info -> Result<Option<Value>, ClarityError> with Ok(None)
pox-locking/src/pox_1.rs:69: replace is_read_only -> bool with true
pox-locking/src/pox_1.rs:69: replace is_read_only -> bool with false
pox-locking/src/pox_1.rs:90: replace pox_lock_v1 -> Result<(), LockingError> with Ok(())
pox-locking/src/pox_1.rs:128: replace handle_contract_call -> Result<(), ClarityError> with Ok(())
pox-locking/src/pox_2.rs:33: replace is_read_only -> bool with true
pox-locking/src/pox_2.rs:33: replace is_read_only -> bool with false
pox-locking/src/pox_2.rs:217: replace pox_lock_extend_v2 -> Result<u128, LockingError> with Ok(0)
pox-locking/src/pox_2.rs:217: replace pox_lock_extend_v2 -> Result<u128, LockingError> with Ok(1)
pox-locking/src/pox_2.rs:248: replace pox_lock_v2 -> Result<(), LockingError> with Ok(())
pox-locking/src/pox_2.rs:280: replace handle_stack_lockup_pox_v2 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None)
pox-locking/src/pox_2.rs:345: replace handle_stack_lockup_extension_pox_v2 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None)
pox-locking/src/pox_2.rs:409: replace handle_stack_lockup_increase_pox_v2 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None)
pox-locking/src/pox_2.rs:473: replace handle_contract_call -> Result<(), ClarityError> with Ok(())
pox-locking/src/pox_3.rs:42: replace pox_lock_v3 -> Result<(), LockingError> with Ok(())
pox-locking/src/pox_3.rs:72: replace pox_lock_extend_v3_not_tested -> Result<u128, LockingError> with Ok(0)
pox-locking/src/pox_3.rs:72: replace pox_lock_extend_v3_not_tested -> Result<u128, LockingError> with Ok(1)
pox-locking/src/pox_3.rs:87: replace pox_lock_extend_v3 -> Result<u128, LockingError> with Ok(0)
pox-locking/src/pox_3.rs:87: replace pox_lock_extend_v3 -> Result<u128, LockingError> with Ok(1)
pox-locking/src/pox_3.rs:169: replace handle_stack_lockup_pox_v3 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None)
pox-locking/src/pox_3.rs:236: replace handle_stack_lockup_extension_pox_v3 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None)
pox-locking/src/pox_3.rs:300: replace handle_stack_lockup_increase_pox_v3 -> Result<Option<StacksTransactionEvent>, ClarityError> with Ok(None)
pox-locking/src/pox_3.rs:363: replace handle_contract_call -> Result<(), ClarityError> with Ok(())
Loading

0 comments on commit d42a286

Please sign in to comment.