Files
rose-ash/lib/datalog/scoreboard.json
giles 148c3f2068
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 23s
datalog: dl-set-strategy! hook (Phase 6 stub, 179/179)
Adds a user-facing strategy hook: dl-set-strategy! db strategy and
dl-get-strategy db. Default :semi-naive; :magic is accepted but
the actual transformation is deferred — the saturator currently
falls back to semi-naive regardless. Lets us tick the Phase 6
"Optional pass — guarded behind dl-set-strategy!" checkbox while
keeping the equivalence/perf tests pending future work.

3 new eval tests.
2026-05-08 09:38:59 +00:00

20 lines
719 B
JSON

{
"lang": "datalog",
"total_passed": 179,
"total_failed": 0,
"total": 179,
"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":16,"failed":0,"total":16},
{"name":"api","passed":11,"failed":0,"total":11},
{"name":"demo","passed":18,"failed":0,"total":18}
],
"generated": "2026-05-08T09:38:47+00:00"
}