Files
rose-ash/lib/datalog/scoreboard.md
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

396 B

datalog scoreboard

184 / 184 passing (0 failure(s)).

Suite Passed Total Status
tokenize 26 26 ok
parse 18 18 ok
unify 28 28 ok
eval 25 25 ok
builtins 19 19 ok
semi_naive 8 8 ok
negation 10 10 ok
aggregates 18 18 ok
api 14 14 ok
demo 18 18 ok