mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-21 00:21:27 +00:00
RemoteWorkflowRevision::parse already enforced which ref namespaces a value may name, but RefCandidates re-derived the branch/tag split from the string and treated everything under refs/ that was not refs/heads/ as a tag, relying on an invariant checked in another file. Parse now yields Branch, Tag, or Name variants and resolution matches on them directly, replacing the Option/Option candidate encoding and its impossible (None, None) input state. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||