Commit
4a1867626eefe21d34345b5fe0a34a0114abf1d4
by lep.deleteFixed 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)