start adding support for comments on issues #9

Merged
seb merged 4 commits from comments into main 2025-07-07 22:35:33 -06:00
Owner
No description provided.
seb added 3 commits 2025-07-07 21:20:39 -06:00
Owner

left a comment on 75cefad80aacbf23fc7b9c24a75aa236 :)

left a comment on 75cefad80aacbf23fc7b9c24a75aa236 :)
sigil-03 reviewed 2025-07-07 21:37:59 -06:00
@ -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());
Owner

can we make this a log::debug!()?

can we make this a `log::debug!()`?
Author
Owner

I took it out entirely, that debug message no longer sparks joy.

I took it out entirely, that debug message no longer sparks joy.
sigil-03 reviewed 2025-07-07 21:38:36 -06:00
@ -0,0 +11,4 @@
#[derive(Debug, thiserror::Error)]
pub enum CommentError {
#[error(transparent)]
Owner

huh today i learned about transparent

huh today i learned about `transparent`
seb added 1 commit 2025-07-07 22:33:42 -06:00
seb merged commit 4d6e18a9f4 into main 2025-07-07 22:35:33 -06:00
seb deleted branch comments 2025-07-07 22:35:45 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: taproot-manufacturing/entomologist#9
No description provided.