datalog: dl-eval-magic single-call magic-sets entry (206/206)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 27s

Symmetric to dl-eval but routes single-positive-literal queries
through dl-magic-query for goal-directed evaluation. Multi-literal
query bodies fall back to standard dl-query (magic-sets is wired
for single goals only).

  (dl-eval-magic source-string "?- ancestor(a, X).")

1 new api test.
This commit is contained in:
2026-05-08 10:04:59 +00:00
parent 57a1dbb232
commit 282a3d3d06
4 changed files with 45 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
{
"lang": "datalog",
"total_passed": 205,
"total_passed": 206,
"total_failed": 0,
"total": 205,
"total": 206,
"suites": [
{"name":"tokenize","passed":26,"failed":0,"total":26},
{"name":"parse","passed":18,"failed":0,"total":18},
@@ -12,9 +12,9 @@
{"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":"api","passed":15,"failed":0,"total":15},
{"name":"magic","passed":21,"failed":0,"total":21},
{"name":"demo","passed":18,"failed":0,"total":18}
],
"generated": "2026-05-08T10:02:51+00:00"
"generated": "2026-05-08T10:04:46+00:00"
}