Kathryn-cat opened a new pull request, #673: URL: https://github.com/apache/tvm-ffi/pull/673
This PR adds Expected<void> for operations that can succeed without returning a value. Success uses the canonical FFI None representation, while failures retain ffi::Error. It extends ExpectedUnsafe and TypeTraits for Expected<void>, adds Function::CallExpected<void> support with result validation, and includes tests covering construction, access, FFI conversion, error propagation, and typed function integration. -- 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]
