Änderungen

Summary

  1. Don't crash when API functions are used but not declared (commit: cb9d669) (details)
  2. Use ForForce to reduce hitting oplimit (commit: 3e50e20) (details)
Commit cb9d6690bd6d732e9d509e470e1c56443b2d4b80 by lep.delete
Don't crash when API functions are used but not declared
(commit: cb9d669)
The file was modifiedsrc/Main.hs (diff)
The file was modifiedsrc/Hot/Init/Rename.hs (diff)
Commit 3e50e20a71a360b52f5073b385e3c10ade97089e by lep.delete
Use ForForce to reduce hitting oplimit

We run each call to _parse_and_init and _parse_globals via ForForce.
This should drastically increase the amount of code one can reload.
(commit: 3e50e20)
The file was modifiedsrc/runtime/init.j (diff)