Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert elipses checks
✗ 0/1 checks passed did:key:z6MkireR...3voM wants to merge 3 commits into master · opened 1 month ago

These checks never worked in the first place.

When trying to check using a regex, too many valid cases of git ranges and CLI test substitutions showed up.

Some checks failed — 0 passed, 1 failed View logs ↗
did:key:z6MkireR...3voM opened with revision 13c20bcaf5bb0ad8f357c42ac4986acdaadf30a7 on base 07c624499cdc34a7804f673ed373c66ce2af1acc +0 -5 1 month ago
did:key:z6MkireR...3voM pushed revision 2 6c49cc0fd207b85398d2711b92599811c889b3f0 on base 4f647b2a108757ae558de5375a82254b3d33ffea +53 -35 1 month ago

Changes:

  • Only revert codespell
  • Use bash script to check for ellipses
  • Fix all sites in markdown files; and Rust code if they are outputs to CLI
did:key:z6MkireR...3voM pushed revision 3 eadd457316b67a38d977eea4f0cab5dd374bfd38 on base 4f647b2a108757ae558de5375a82254b3d33ffea +53 -38 1 month ago

Changes:

  • Also revert typos change
did:key:z6MkireR...3voM pushed revision 4 bb9d5f06f806796a3d7cb4f1b1d0d783ad0799b6 on base 6ce2d00be237e75524cd31129be6766935736c1a +74 -57 1 month ago

Changes:

  • Include .rs files
  • Use git ls-files piped to sed for replacing the examples automatically
  • git diff detects if files are changed, and errors, if so
  • Remaining .rs files were automatically modified using sed
did:key:z6MkireR...3voM pushed revision 5 900bf5e7f4fe5466bd17b3342b38b9e755f132ad on base caee776c388ffac2ea55cc9d1e3d7fa108ca6df5 +83 -52 8 days ago

Changes

  • Rebase
  • Ignore cases where '...' are standalone – these are catch all cases in the CLI example tests
  • Modify script to detect changes use checksum approach
  • Fix to git range detection; as well as capturing patterns using local variables