Files
rose-ash/lib/datalog/scoreboard.json
giles e2c149e60a
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 47s
datalog: comprehensive integration test (184/184)
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
2026-05-08 09:47:56 +00:00

20 lines
719 B
JSON

{
"lang": "datalog",
"total_passed": 184,
"total_failed": 0,
"total": 184,
"suites": [
{"name":"tokenize","passed":26,"failed":0,"total":26},
{"name":"parse","passed":18,"failed":0,"total":18},
{"name":"unify","passed":28,"failed":0,"total":28},
{"name":"eval","passed":25,"failed":0,"total":25},
{"name":"builtins","passed":19,"failed":0,"total":19},
{"name":"semi_naive","passed":8,"failed":0,"total":8},
{"name":"negation","passed":10,"failed":0,"total":10},
{"name":"aggregates","passed":18,"failed":0,"total":18},
{"name":"api","passed":14,"failed":0,"total":14},
{"name":"demo","passed":18,"failed":0,"total":18}
],
"generated": "2026-05-08T09:47:44+00:00"
}