Complete milestone 09 world integration gate (#75)
Some checks failed
Native code generation / deterministic (push) Failing after 8m37s
Imaging and meshing gate / native (push) Successful in 5m24s
Native Rust workspace compile / compile (push) Failing after 6m15s

This commit is contained in:
2026-08-10 21:19:43 +00:00
parent 55424dbd7f
commit fdda05b53f
18 changed files with 767 additions and 82 deletions

View File

@@ -974,6 +974,7 @@ def validate_generated_shims() -> None:
if (
"native client-core implementation" in body
or "native network implementation" in body
or "native zero-sized constants namespace" in body
):
continue
uses_standardized_or_native_path = any(
@@ -1008,6 +1009,7 @@ def validate_generated_shims() -> None:
"crate::inventory::",
"crate::inventory_ais::",
"crate::inventory_manager::",
"crate::asset_archive::",
"crate::initial_outfit::",
"crate::current_outfit::",
"crate::message_codec::",