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

Head commit for run:
75e693f88338e5264a02f73da2eeb2d5aae2163e / Linzhang Li 
<[email protected]>
[FEAT][RUST] Resolve reflected type methods and constructors from Rust (#707)

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
(`efl::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/31549776769

With regards,
GitHub Actions via GitBox


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

Reply via email to