tqchen opened a new pull request, #725: URL: https://github.com/apache/tvm-ffi/pull/725
StructuralMap callbacks currently require explicit `Any` wrapping because callback results are returned through `Expected<Any>`, which cannot apply two chained user-defined conversions. Normalize callback results inside the dispatcher so bare Any-convertible values and `Expected<U>` work directly while preserving existing error propagation, declaration-order dispatch, borrowing, and identity-substitution behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
