datalog: comprehensive integration test (184/184)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 47s

Single program exercising recursion + stratified negation +
aggregation + comparison composed end-to-end via dl-eval. Confirms
the full pipeline (parser → safety → stratifier → semi-naive +
aggregate post-pass → query) on a non-trivial program.

  edge graph + banned set →
    reach transitive closure →
    safe (reach minus banned) →
    reach_count via count aggregation grouped by source →
    popular = reach_count >= 2
This commit is contained in:
2026-05-08 09:47:56 +00:00
parent d66ddc614b
commit e2c149e60a
4 changed files with 31 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# datalog scoreboard
**183 / 183 passing** (0 failure(s)).
**184 / 184 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -12,5 +12,5 @@
| semi_naive | 8 | 8 | ok |
| negation | 10 | 10 | ok |
| aggregates | 18 | 18 | ok |
| api | 13 | 13 | ok |
| api | 14 | 14 | ok |
| demo | 18 | 18 | ok |