SIGN IN SIGN UP

internal: Refactor load/store/compile implementation

This commit refactors the load/store/compile implementation that used
to live inside the runtime package. Specifically:

* Move init-time file loading logic into separate internal package
  (initload) along with store/compile logic. Add tests around
  load/store/compile that don't require the entire Runtime object.
  This also avoids duplication of the "version overwriting" logic.

* Move store/compile calls into the manager. This avoids the need for
  two compile operations on startup.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
T
Torin Sandall committed
62f292b6e3e57e1915e9dbd0118c9373fa0ac11d
Parent: c79bdc4
Committed by Patrick East <east.patrick@gmail.com> on 4/27/2020, 10:26:43 PM