relations: Phase 2 reachability + roots/leaves + cycles (engine.sx, kind-parameterized closure) + 24 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m0s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 11:53:36 +00:00
parent c67aefa211
commit 7a1696490c
7 changed files with 352 additions and 22 deletions

View File

@@ -15,9 +15,11 @@ PRELOADS=(
lib/datalog/api.sx
lib/datalog/magic.sx
lib/relations/schema.sx
lib/relations/engine.sx
lib/relations/api.sx
)
SUITES=(
"direct:lib/relations/tests/direct.sx:(relations-direct-tests-run!)"
"reach:lib/relations/tests/reach.sx:(relations-reach-tests-run!)"
)