Defer enabling runtime handling of errors until end of cold load.
authorChris Hanson <org/chris-hanson/cph>
Sun, 21 Jan 2018 09:28:41 +0000 (01:28 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 21 Jan 2018 09:28:41 +0000 (01:28 -0800)
commitee1faf45e163932a5597cc082fac037426ff105f
treeacc459eefbe4f06473749b6844e3b81da2feaff8
parent64561829d6d7ba8c3d73676a12d429ffca3b0585
Defer enabling runtime handling of errors until end of cold load.

Otherwise, once the error system is initialized, a subsequent cold-load error
causes an infinite loop.  At least this way there's some information about what
went wrong.
src/runtime/make.scm
src/runtime/uerror.scm