The GitHub Actions job "CI" on tvm-ffi.git/feat/rust-reflected-method-lookup 
has failed.
Run started by GitHub user Seven-Streams (triggered by Seven-Streams).

Head commit for run:
ddb90219ea7d1d7aa0167c972f5a2fef1a6610c6 / yuchuan <[email protected]>
[FEAT][RUST] Resolve reflected type methods and constructors from Rust

Add Function::from_type_method(type_index, name) and
Function::from_type_key_method(type_key, name) to look up methods
registered through the C++ reflection registry
(refl::ObjectDef<T>::def(...)), which live in the per-type method
table rather than the global function table. Constructors registered
via refl::init are reachable under the reserved name __ffi_init__.

Downstream Rust consumers of libraries that follow the ObjectDef idiom
previously had to hand-roll this table walk against raw tvm-ffi-sys
structs; this provides the missing primitive in the crate itself.

Co-Authored-By: Claude Fable 5 <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to