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,6 +1,6 @@
# datalog scoreboard
**205 / 205 passing** (0 failure(s)).
**206 / 206 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -12,6 +12,6 @@
| semi_naive | 8 | 8 | ok |
| negation | 10 | 10 | ok |
| aggregates | 18 | 18 | ok |
| api | 14 | 14 | ok |
| api | 15 | 15 | ok |
| magic | 21 | 21 | ok |
| demo | 18 | 18 | ok |