Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle-fetch: More fine-grained errors
Merged lorenz opened 8 months ago

The fn io_error disguises all sorts of errors as I/O errors, making errors in the transport component of radicle-fetch harder to understand.

Instead, expose a new error type that allows to discriminate.

lorenz opened with revision 364e8360 on base a670b6e6 +64 -75 8 months ago

The fn io_error disguises all sorts of errors as I/O errors, making errors in the transport component of radicle-fetch harder to understand.

Instead, expose a new error type that allows to discriminate.

did:key:z6MkwcUR...q1kL accepted 8 months ago

LGTM

fintohaps pushed revision 2 d8d1691d on base a670b6e6 +64 -75 8 months ago

REVIEW: reorder commits

lorenz pushed revision 3 a2630c20 on base a670b6e6 +64 -75 8 months ago

Reword commit messages

fintohaps merged revision a2630c20 at 31039bbc 8 months ago
did:key:z6MkgFq6...nBGz accepted 8 months ago

Nice!