Update heartwood crates to commit `2d13591`
- Add
migrate::ignorecallback tocob::cachecalls - Remove the
Verifiedtrait from theDocstruct - Update
Docfields with read-only methods
Also changes the Author::new method to take a reference to identity::Did
10 files changed
+75
-62
06437656
→
46703705
modified Cargo.lock
@@ -3748,7 +3748,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3778,7 +3778,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3796,7 +3796,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3814,7 +3814,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3836,7 +3836,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -6063,7 +6063,7 @@ version = "0.1.9"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs.rs
@@ -22,10 +22,10 @@ pub struct Author {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/issue.rs
@@ -36,12 +36,12 @@ impl Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/patch.rs
@@ -37,14 +37,14 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -142,7 +142,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,7 +181,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -211,7 +211,7 @@ pub struct Edit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -251,7 +251,7 @@ impl Review {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/thread.rs
@@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,7 +59,7 @@ impl Comment<CodeLocation> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,12 @@ impl Comment<CodeLocation> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -92,7 +97,7 @@ impl Comment<cobs::Never> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +106,12 @@ impl Comment<cobs::Never> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -132,7 +142,7 @@ pub struct Reaction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,7 +150,7 @@ impl Reaction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/cobs.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -27,7 +28,7 @@ pub trait Cobs: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,7 +59,7 @@ pub trait Cobs: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/issue.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -16,7 +17,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,7 +43,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,7 +59,7 @@ pub trait Issues: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,13 +104,13 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,7 +133,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -163,7 +164,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -171,7 +172,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -21,7 +22,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +55,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,7 +70,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -90,7 +91,7 @@ pub trait Patches: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,7 +117,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +129,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -186,7 +187,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -200,7 +201,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -239,7 +240,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -253,7 +254,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -408,7 +409,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -1,7 +1,7 @@
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -40,7 +40,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,27 +87,26 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -124,8 +123,8 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/thread.rs
@@ -2,6 +2,7 @@ use base64::{engine::general_purpose::STANDARD, Engine as _};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -46,7 +47,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,7 +57,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +72,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,7 +90,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -97,7 +98,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -112,7 +113,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|