Änderungen

Summary

  1. Fix i2code generation (commit: 7e117ed) (details)
Commit 7e117ed8f12fbe19a53a44bd2d66f91cf1ca2197 by lep.delete
Fix i2code generation

There were two errors when generating Auto#_i2code:

1. the dummy functions were looked up in reverse, that is id -1 was returning
   dummyFunction101 or something like this.
2. the binary search generating function expects a continous field between
   lo and hi but since we don't use id 0 there was an off-by-one error.
(commit: 7e117ed)
The file was modifiedsrc/Hot/Init/Auto.hs (diff)
The file was modifiedReadme.md (diff)