Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 29s
load is an epoch command not an evaluator symbol, so an .sx file can't wrap the load list. Extract the dependency-ordered file list to lib/maude/load-order.txt; conformance.conf reads it via mapfile. 274/274 green. lib/artdag can source the same file to drop its duplicated load lines. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
815 B
Plaintext
24 lines
815 B
Plaintext
# lib/maude load order — single source of truth for the dependency-ordered
|
|
# file list needed to load the maude engine (parser + rewriting + confluence +
|
|
# reflection). Sourced by lib/maude/conformance.conf; other drivers (e.g.
|
|
# lib/artdag, which today hardcodes its own copy of these load lines) can read
|
|
# the same list instead of duplicating it, so a file rename here is a one-line
|
|
# change. Repo-root-relative paths, one per line; blank lines and #-comments
|
|
# are ignored by readers.
|
|
lib/guest/lex.sx
|
|
lib/guest/pratt.sx
|
|
lib/maude/term.sx
|
|
lib/maude/parser.sx
|
|
lib/maude/sorts.sx
|
|
lib/maude/reduce.sx
|
|
lib/maude/matching.sx
|
|
lib/maude/conditional.sx
|
|
lib/maude/fire.sx
|
|
lib/maude/confluence.sx
|
|
lib/maude/rewrite.sx
|
|
lib/maude/searchpath.sx
|
|
lib/maude/strategy.sx
|
|
lib/maude/meta.sx
|
|
lib/maude/pretty.sx
|
|
lib/maude/run.sx
|