Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s
Bug-hunt round probed magic-sets against many edge cases. No new bugs surfaced. Added regression tests for two patterns that exercise the worklist post-fix: - 3-stratum program (a → c via not-b → d via not-banned). Distinct rule heads at three strata; magic must rewrite each. - Aggregate-derived chain (count(src) → cnt → active threshold). Magic correctly handles multi-step aggregate dependencies. Magic-sets is robust against: 3-stratum negation, aggregate chains, mutual recursion, all-bound goals, multi-arity rules, diagonal queries, EDB-only goals, and rules whose body has identical positive lits.
21 lines
775 B
JSON
21 lines
775 B
JSON
{
|
|
"lang": "datalog",
|
|
"total_passed": 242,
|
|
"total_failed": 0,
|
|
"total": 242,
|
|
"suites": [
|
|
{"name":"tokenize","passed":26,"failed":0,"total":26},
|
|
{"name":"parse","passed":20,"failed":0,"total":20},
|
|
{"name":"unify","passed":28,"failed":0,"total":28},
|
|
{"name":"eval","passed":32,"failed":0,"total":32},
|
|
{"name":"builtins","passed":23,"failed":0,"total":23},
|
|
{"name":"semi_naive","passed":8,"failed":0,"total":8},
|
|
{"name":"negation","passed":10,"failed":0,"total":10},
|
|
{"name":"aggregates","passed":20,"failed":0,"total":20},
|
|
{"name":"api","passed":20,"failed":0,"total":20},
|
|
{"name":"magic","passed":34,"failed":0,"total":34},
|
|
{"name":"demo","passed":21,"failed":0,"total":21}
|
|
],
|
|
"generated": "2026-05-09T13:11:25+00:00"
|
|
}
|