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
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:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user