This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/el-compiler
Will Anderson ca0149acb9 fix(codegen): http_serve 1-arg backward-compat — auto-inject handle_request
El v1.2.1 changed http_serve to require an explicit handler argument.
Restore 1-arg backward compat: if the call site passes only a port,
codegen auto-injects the conventional handle_request name so existing
El code continues to compile without modification.

Also marks http_serve arity as -1 (variadic) so the arity checker
doesn't reject 1-arg call sites before codegen can rewrite them.
2026-05-04 18:32:05 -05:00
..