Update milestone audits for release surfaces (#107)
Some checks failed
First release candidate / non-fuzz-release-gate (push) Has been cancelled
Dependency and supply-chain audit / audit (push) Has been cancelled
Native code generation / deterministic (push) Has been cancelled
Native Rust workspace compile / compile (push) Has been cancelled

This commit is contained in:
2026-08-12 15:08:33 +00:00
parent e5cb3c6803
commit e26c0b9cb1
4 changed files with 20 additions and 12 deletions

View File

@@ -96,7 +96,12 @@ def check_catalog_ownership() -> None:
raise SystemExit(
f"{name}: non-native types={missing_types}, members={missing_members}"
)
if generate_api_shims.NATIVE_GENERATED_TYPES != RLV_GENERATED_TYPES:
generated_rlv_types = {
doc_id
for doc_id in generate_api_shims.NATIVE_GENERATED_TYPES
if doc_id.startswith("T:LibreMetaverse.RLV.")
}
if generated_rlv_types != RLV_GENERATED_TYPES:
raise SystemExit("milestone 10 generated-native RLV declaration set changed")