-
Notifications
You must be signed in to change notification settings - Fork 21
deps: port to n0-error #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh-blobs/pr/191/docs/iroh_blobs/ Last updated: 2025-11-12T11:16:48Z |
|
Just a note, rudi requested that we hold off on merging this PR & doing the full n0-error conversion for the next release. |
matheus23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, submitting because otherwise github won't let me comment things without attaching them to my "review".
|
Updated this branch for iroh-blobs |
rklaehn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a pretty mechanical transformation. Thanks!
| use n0_error::{Result, StdResultExt}; | ||
| #[tokio::main] | ||
| async fn main() -> anyhow::Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we decided to use anyhow in examples, how about we also keep using anyhow in the readme, which is kinda an example?
Description
This ports iroh-blobs to
n0-error.Breaking Changes
Notes & open questions
Change checklist