Files
rose-ash/lib/datalog/scoreboard.md
giles fadcdbd6a9
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 24s
datalog: dl-set-strategy! validates known strategy values
`dl-set-strategy!` accepted any keyword silently — typos like
`:semi_naive` or `:semiNaive` were stored uninspected and the
saturator then used the default. The user never learned their
setting was wrong.

Validator added: strategy must be one of `:semi-naive`, `:naive`,
`:magic` (the values currently recognised by the saturator and
magic-sets driver). Unknown values raise with a clear message that
lists the accepted set.

1 regression test; conformance 276/276.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 09:40:29 +00:00

421 B

datalog scoreboard

276 / 276 passing (0 failure(s)).

Suite Passed Total Status
tokenize 31 31 ok
parse 23 23 ok
unify 29 29 ok
eval 44 44 ok
builtins 26 26 ok
semi_naive 8 8 ok
negation 12 12 ok
aggregates 23 23 ok
api 22 22 ok
magic 37 37 ok
demo 21 21 ok