Files
rose-ash/lib/datalog/scoreboard.md
giles fc6979a371
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 43s
datalog: dl-saturated? fixpoint predicate (212/212)
Returns true iff one more saturation step would derive no new
tuples. Walks every rule under the current bindings and short-
circuits as soon as one derivation would add a fresh tuple.
Useful in tests that want to assert "no work left" after a call,
or for tooling that wants to know whether `dl-saturate!` would
do anything.

3 new eval tests cover the after-saturation, before-saturation,
and after-assert states.
2026-05-08 10:15:29 +00:00

18 lines
421 B
Markdown

# datalog scoreboard
**212 / 212 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
| tokenize | 26 | 26 | ok |
| parse | 18 | 18 | ok |
| unify | 28 | 28 | ok |
| eval | 28 | 28 | ok |
| builtins | 19 | 19 | ok |
| semi_naive | 8 | 8 | ok |
| negation | 10 | 10 | ok |
| aggregates | 18 | 18 | ok |
| api | 17 | 17 | ok |
| magic | 22 | 22 | ok |
| demo | 18 | 18 | ok |