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:
parent
53be75dc59
commit
2680b1e848
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue