List/utility predicates: ==/2, \==/2, flatten/2, numlist/3, atomic_list_concat/2,3, sum_list/2, max_list/2, min_list/2, delete/3
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

33 new tests, all 375/375 conformance tests passing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 11:37:52 +00:00
parent 0823832dcd
commit 8ef05514b5
5 changed files with 628 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Prolog scoreboard
**342 / 342 passing** (0 failure(s)).
Generated 2026-04-25T11:05:56+00:00.
**375 / 375 passing** (0 failure(s)).
Generated 2026-04-25T11:37:33+00:00.
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -22,6 +22,7 @@ Generated 2026-04-25T11:05:56+00:00.
| query_api | 16 | 16 | ok |
| iso_predicates | 29 | 29 | ok |
| meta_predicates | 25 | 25 | ok |
| list_predicates | 33 | 33 | ok |
Run `bash lib/prolog/conformance.sh` to refresh. Override the binary
with `SX_SERVER=path/to/sx_server.exe bash …`.