Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 37s
Immutable store ({:events :bookings}) over calendar+availability:
ev/schedule, ev/book, ev/agenda, ev/agenda-for, ev/free?, ev/next-free,
ev/conflicts. Availability queries auto-widen expansion by longest event.
73/73 green. Phase 1 done.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
28 lines
665 B
Plaintext
28 lines
665 B
Plaintext
# events-on-sx conformance config — sourced by lib/guest/conformance.sh.
|
|
|
|
LANG_NAME=events
|
|
MODE=dict
|
|
SCOREBOARD_DIR=lib/events
|
|
|
|
PRELOADS=(
|
|
lib/datalog/tokenizer.sx
|
|
lib/datalog/parser.sx
|
|
lib/datalog/unify.sx
|
|
lib/datalog/db.sx
|
|
lib/datalog/builtins.sx
|
|
lib/datalog/aggregates.sx
|
|
lib/datalog/strata.sx
|
|
lib/datalog/eval.sx
|
|
lib/datalog/api.sx
|
|
lib/datalog/magic.sx
|
|
lib/events/calendar.sx
|
|
lib/events/availability.sx
|
|
lib/events/api.sx
|
|
)
|
|
|
|
SUITES=(
|
|
"calendar:lib/events/tests/calendar.sx:(ev-calendar-tests-run!)"
|
|
"availability:lib/events/tests/availability.sx:(ev-availability-tests-run!)"
|
|
"api:lib/events/tests/api.sx:(ev-api-tests-run!)"
|
|
)
|