Step 5 fix: add apply to core-renames

core-trampoline calls apply internally. In compile mode, apply must
be in core-renames for the compiler to emit a direct call to
core-apply. Without this, apply resolves to nil at compile time.
This commit is contained in:
Yogthos 2026-06-08 11:14:45 -04:00
parent 53be75dc59
commit 2680b1e848

View file

@ -98,6 +98,7 @@
"drop-while" "core-drop-while"
"nth" "core-nth"
"mapcat" "core-mapcat"
"apply" "core-apply"
"trampoline" "core-trampoline"
"list" "core-list"
"name" "core-name"