Files
el/.gitea/workflows
will.anderson 95b6fac094
El SDK CI - dev / build-and-test (pull_request) Failing after 1m8s
fix: use elc-cli.el as gen3 entry point, not compiler.el directly
compiler.el imports lexer.el/parser.el/codegen.el with bare names; those
resolve relative to the source file's directory only when the entry point
is elc-cli.el (which imports el-compiler/src/compiler.el by full path).
Compiling compiler.el directly leaves lex/parse/codegen as undefined refs.
2026-05-06 17:39:38 -05:00
..