Currently errors are left in `context->error`. This has the problems that: * errors will clobber each other. We probably want to keep the first error. * Something has to check `context->error`, and I'm not convinced the code is doing that well enough yet.
Currently errors are left in
context->error. This has the problems that:context->error, and I'm not convinced the code is doing that well enough yet.