modified radicle-crdt/src/change.rs
@@ -3,10 +3,10 @@ use std::collections::BTreeMap;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -20,7 +20,7 @@ pub struct Change<A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,20 +63,20 @@ pub struct Envelope {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,7 +89,7 @@ impl<G: Signer, A: Clone + Serialize> Actor<G, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/clock.rs
@@ -6,11 +6,11 @@ use crate::Semilattice as _;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,7 +31,7 @@ impl LClock {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/lib.rs
@@ -16,7 +16,7 @@ pub mod test;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -3,7 +3,8 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -73,10 +74,10 @@ impl Status {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,7 +94,7 @@ impl Default for Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -146,7 +147,7 @@ impl Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -186,14 +187,14 @@ impl Deref for Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -372,7 +373,7 @@ impl<'a> Issues<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -485,7 +486,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -12,7 +12,7 @@ use crate::cob::store;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,9 +72,9 @@ pub struct Thread {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -380,7 +380,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|