content: CvRDT collaborative merge + 34 convergence tests (Phase 3 complete, 196/196)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 43s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 00:29:38 +00:00
parent 18696f3251
commit edf0ab1755
6 changed files with 716 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ if [ ! -x "$SX_SERVER" ]; then
fi
fi
SUITES=(block doc render api store)
SUITES=(block doc render api store crdt)
OUT_JSON="lib/content/scoreboard.json"
OUT_MD="lib/content/scoreboard.md"
@@ -43,6 +43,7 @@ run_suite() {
(load "lib/content/render.sx")
(load "lib/content/api.sx")
(load "lib/content/store.sx")
(load "lib/content/crdt.sx")
(epoch 2)
(eval "(define content-test-pass 0)")
(eval "(define content-test-fail 0)")