start adding support for comments on issues #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ent comment, to add a comment on an issue 8ac4ca4c54left a comment on 75cefad80aacbf23fc7b9c24a75aa236 :)
@ -126,0 +144,4 @@let Some(issue) = issues.get_mut_issue(issue_id) else {return Err(anyhow::anyhow!("issue {} not found", issue_id));};println!("found issue {}", issue.title());can we make this a
log::debug!()?I took it out entirely, that debug message no longer sparks joy.
@ -0,0 +11,4 @@#[derive(Debug, thiserror::Error)]pub enum CommentError {#[error(transparent)]huh today i learned about
transparent