Änderungen

Summary

  1. Fixed error when using code refs (commit: 4a18676) (details)
Commit 4a1867626eefe21d34345b5fe0a34a0114abf1d4 by lep.delete
Fixed error when using code refs

We had a similar problem already for Auto#_i2code: we added API functions,
which can be declared in the script, but don't have to. But those functions
still got assigned ids while compiling which lead to a desync between code-refs
and the i2code binary search. To fix this we assign the API functions IDs from
a very different range.
(commit: 4a18676)
The file was modifiedsrc/Main.hs (diff)
The file was modifiedsrc/Hot/Init/Rename.hs (diff)