tqchen opened a new pull request, #396: URL: https://github.com/apache/tvm-ffi/pull/396
This PR brings a backward compatible update to error ABI to enable possible future support of cause chaining. Specifically, we add two fields: - cause_chain is an optional field for chaining errors - extra_conetxt can be used to optionally attach opaque object (e.g. python error) if needed. The change is backward compatible as we only append to the error field. Most of the existing usages will simply ignore the two fields and use a single error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
