Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle/git/canonical: Actually use qualified refs
Merged lorenz opened 6 months ago

Some tests actually do not use qualified patterns. The removed lines should not compile because the qualified_pattern! proc macro should validate the string literals at compile time, but it contains a bug and actually does not assert well-formedness of qualified refspec patterns. Rectify.

lorenz opened with revision 0e5a4af2 on base 2149770a +10 -9 6 months ago

Some tests actually do not use qualified patterns. The removed lines should not compile because the qualified_pattern! proc macro should validate the string literals at compile time, but it contains a bug and actually does not assert well-formedness of qualified refspec patterns. Rectify.

fintohaps pushed revision 2 2654e19f on base 2149770a +20 -14 6 months ago

Changes:

  • Some calls to qualified_pattern were still incorrect, these are now corrected
fintohaps pushed revision 3 6477bfc7 on base ee041d8d +20 -14 6 months ago

Rebase

fintohaps merged revision 6477bfc7 at 30908dcf 6 months ago