The GitHub Actions job "CI" on tvm-ffi.git/error-abi has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
05cd8875958bc9d417b962b6bf96d4add7c0b274 / tqchen <[email protected]>
[Error][ABI] Update Error to enable future compact to cause chaining

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_context 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.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/20882958380

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to