Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 55s
Adds the canonical Phase 10 example from the plan: "Posts about cooking by people I follow (transitively)." dl-demo-cooking-rules defines reach over the follow graph (recursive transitive closure) and cooking-post-by-network joining reach + authored + (tagged P cooking). 3 new demo tests cover transitive network, direct-only follow, and empty-network cases.
17 lines
394 B
Markdown
17 lines
394 B
Markdown
# datalog scoreboard
|
|
|
|
**162 / 162 passing** (0 failure(s)).
|
|
|
|
| Suite | Passed | Total | Status |
|
|
|-------|--------|-------|--------|
|
|
| tokenize | 26 | 26 | ok |
|
|
| parse | 18 | 18 | ok |
|
|
| unify | 28 | 28 | ok |
|
|
| eval | 18 | 18 | ok |
|
|
| builtins | 19 | 19 | ok |
|
|
| semi_naive | 8 | 8 | ok |
|
|
| negation | 10 | 10 | ok |
|
|
| aggregates | 13 | 13 | ok |
|
|
| api | 9 | 9 | ok |
|
|
| demo | 13 | 13 | ok |
|