radicle-heartwood-lfs/crates/radicle-node
Lorenz Leutgeb 3f81e83d36 radicle/crefs: Support Symbolic References
Canonical references can not be used to model symbolic references.

Relax this restriction by adding another member to the payload, named
"symbolic". Its key-value/name-target pairs then translate directly to
canonical symbolic references.

Care is taken to not allow circular references, and that there always
is a rule that could generate the target of a symbolic reference
(or a chain of symbolic references). Still, a symbolic reference may
dangle (for example when its target reference cannot be computed
because of divergence), but at least it can be prevented that a
symref *always* dangles, because there is no rule that would produce
its target.

Co-authored-by: Fintan Halpenny <fintan.halpenny@gmail.com>
2026-05-06 20:51:04 +02:00
..
src radicle/crefs: Support Symbolic References 2026-05-06 20:51:04 +02:00
CHANGELOG.md node: Update 0.18.0 2026-03-18 20:53:00 +00:00
Cargo.toml cli: Handle broken pipe (SIGPIPE) gracefully 2026-04-29 10:57:24 +02:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00