Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m1s
occurrence/booking EDB; rules busy/conflict (canonical pair, half-open overlap)/busy_in. API ev-busy, ev-conflicts, ev-has-conflict?, ev-free? (transient qwindow). Integrates with calendar expansion. 53/53 green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
593 B
Plaintext
26 lines
593 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
|
|
)
|
|
|
|
SUITES=(
|
|
"calendar:lib/events/tests/calendar.sx:(ev-calendar-tests-run!)"
|
|
"availability:lib/events/tests/availability.sx:(ev-availability-tests-run!)"
|
|
)
|