Lorenz Leutgeb
31039bbceb
radicle-fetch: More fine-grained errors
...
The `fn io_other` 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.
2025-08-22 14:56:03 +02:00
Lorenz Leutgeb
d2517c5004
radicle-fetch: Fallback to known version
...
There's a good chance that gix can just keep going in this case.
2025-08-22 14:55:19 +02:00
Lorenz Leutgeb
5bab3f9cc0
clippy: Allow doc_overindented_list_items
...
After upgrading from Rust 1.85 to 1.88 in 586eefc3e4 ,
clippy now warns about "overindented" lines in comments. I did not
manage to fix this by hand without breaking the second level of the
lists in question.
See
- https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
- https://github.com/rust-lang/rust-clippy/issues/14275
2025-07-27 23:32:02 +02:00
Lorenz Leutgeb
9068033789
chore: Automated fixes generated by clippy
2025-07-25 11:25:05 +02:00
Lorenz Leutgeb
5bc2dc677b
repo: Move workspace crates into `crates` subdirectory
...
This keeps the top level of the repo cleaner, e.g.
<https://github.com/radicle-dev/heartwood > scrolls less and
<https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/ >
might show more files at the top level.
This way we also don't have to explicitly name all crates in
`Cargo.toml`.
2025-06-09 15:09:21 +02:00