relations: tree/DAG queries (common-ancestors, lca, topo-order) in SX + 16 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 50s

lib/relations/tree.sx over reach/ancestors/rnode — no new Datalog closures. 126/126.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 13:07:50 +00:00
parent 1c46fc2a69
commit e6ffc60040
6 changed files with 348 additions and 6 deletions

View File

@@ -1,14 +1,15 @@
{
"lang": "relations",
"total_passed": 110,
"total_passed": 126,
"total_failed": 0,
"total": 110,
"total": 126,
"suites": [
{"name":"direct","passed":22,"failed":0,"total":22},
{"name":"reach","passed":24,"failed":0,"total":24},
{"name":"path","passed":24,"failed":0,"total":24},
{"name":"fed","passed":22,"failed":0,"total":22},
{"name":"shape","passed":18,"failed":0,"total":18}
{"name":"shape","passed":18,"failed":0,"total":18},
{"name":"tree","passed":16,"failed":0,"total":16}
],
"generated": "2026-06-07T12:55:58+00:00"
"generated": "2026-06-07T13:07:14+00:00"
}