The GitHub Actions job "mainline-only" on tvm-ffi.git/main has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
4ffc1f35f3c9853b53f2e854768a9acc6cbf3b85 / Tianqi Chen 
<[email protected]>
[FEAT] Add strict narrowing for Expected values (#787)

Add `const &` and `&&` overloads of `Expected<T>::as_or_error<U>()` for
strict narrowing while preserving existing errors. Accepted values reuse
their FFI storage; mismatches return `TypeError` without fallback
conversion.

The lvalue overload copies storage and preserves its source, while the
rvalue overload moves storage. Targets follow owning FFI storage
constraints.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to