The GitHub Actions job "CI" on tvm-ffi.git/feat/rust-reflected-method-lookup has succeeded. Run started by GitHub user Seven-Streams (triggered by Seven-Streams).
Head commit for run: 9d484de240853c2472d8874928ac570d763a9c6d / 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. Signed-off-by: yuchuan <[email protected]> Report URL: https://github.com/apache/tvm-ffi/actions/runs/31548473744 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
