Complete native extension milestone gate (#84)
Some checks failed
Native code generation / deterministic (push) Failing after 1m48s
Native Rust workspace compile / compile (push) Has been cancelled

This commit is contained in:
2026-08-11 04:09:22 +00:00
parent 2558e2f49f
commit 1c2848c780
11 changed files with 604 additions and 196 deletions

View File

@@ -67,10 +67,7 @@ fn extension_flows_have_typed_callable_signatures() {
#[test]
fn extension_constructors_have_expected_native_or_failure_behavior() {
assert!(YyParser::new().is_ok());
assert_eq!(
member_id(RlvActionCallbacksDefault::new()),
"M:LibreMetaverse.RLV.RlvActionCallbacksDefault.#ctor"
);
assert!(RlvActionCallbacksDefault::new().is_ok());
assert_eq!(
member_id(TCPPipe::new()),
"M:LibreMetaverse.Voice.Vivox.TCPPipe.#ctor"