radicle: serialization and deserialization improvements
modified radicle/src/cob/issue.rs
@@ -106,7 +106,8 @@ impl State {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -686,7 +687,7 @@ impl<'a, R> Deref for Issues<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -1,6 +1,5 @@
|
|
|
|
| - | |
|
|
|
|
|
@@ -54,7 +53,8 @@ pub type CommentId = EntryId;
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -83,22 +83,29 @@ impl Edit {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -106,11 +113,8 @@ impl<T: Serialize> Serialize for Comment<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -277,7 +281,8 @@ impl From<Action> for nonempty::NonEmpty<Action> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|