Archived
ca0149acb9
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.