modified radicle-cli/tests/commands.rs
@@ -56,6 +56,7 @@ fn formula(root: &Path, test: impl AsRef<Path>) -> Result<TestFormula, Box<dyn s
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -12,7 +12,7 @@ use radicle::node::routing::Store as _;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1375,7 +1375,7 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1385,7 +1385,7 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1407,7 +1407,7 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1439,7 +1439,7 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -21,7 +21,7 @@ use netservices::session::{ProtocolArtifact, Socks5Session};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -74,7 +74,7 @@ struct Streams {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,7 +85,7 @@ impl Streams {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -257,7 +257,7 @@ impl Peer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -352,7 +352,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/collections.rs
@@ -2,10 +2,10 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -16,7 +16,7 @@ pub struct RandomState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/git.rs
@@ -6,7 +6,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -367,9 +367,9 @@ pub mod refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node/address/types.rs
@@ -3,7 +3,7 @@ use std::ops::{Deref, DerefMut};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -11,7 +11,7 @@ use crate::prelude::Timestamp;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -19,7 +19,7 @@ impl<K, V> AddressBook<K, V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -61,7 +61,7 @@ impl<K, V> AddressBook<K, V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -37,6 +37,8 @@ pub mod env {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -45,6 +47,17 @@ pub mod env {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -14,7 +14,7 @@ use crypto::{PublicKey, Signer, Unverified, Verified};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -168,7 +168,7 @@ impl fmt::Display for RefUpdate {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -177,7 +177,7 @@ impl<V> FromIterator<(RemoteId, Remote<V>)> for Remotes<V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -185,7 +185,7 @@ impl<V> Deref for Remotes<V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -202,7 +202,7 @@ impl Remotes<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -215,9 +215,9 @@ impl<V> IntoIterator for Remotes<V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/arbitrary.rs
@@ -9,7 +9,7 @@ use crypto::{PublicKey, Unverified, Verified};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +82,7 @@ pub fn gen<T: Arbitrary>(size: usize) -> T {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|