Consolidate required CI gate (#115)
Some checks failed
CI / required (push) Failing after 7m31s

This commit is contained in:
2026-08-12 16:46:45 +00:00
parent b9415bedaa
commit c0be04968f
44 changed files with 1949 additions and 2041 deletions

View File

@@ -16,7 +16,7 @@ GENERATED = ROOT / "crates" / "libremetaverse-lsl-tools" / "src" / "generated.rs
TESTS = ROOT / "crates" / "libremetaverse-lsl-tools" / "tests" / "parser_compat.rs"
EXTENSION_TESTS = ROOT / "tests" / "compat" / "tests" / "extension_shims.rs"
DOC = ROOT / "crates" / "libremetaverse-lsl-tools" / "README.md"
WORKFLOW = ROOT / ".gitea" / "workflows" / "rust-workspace.yml"
WORKFLOW = ROOT / ".gitea" / "workflows" / "ci.yml"
CATALOG = ROOT / "api" / "public-api.json"
STUB_RE = re.compile(
r"\b(?:not_implemented|unimplemented_api)\b|\b(?:todo|unimplemented)!\s*\("
@@ -125,7 +125,7 @@ def main() -> None:
"nonassociative", "1,048,576", "16,777,216", "46 focused",
"issue 83", "ubuntu-latest",
))
require_markers(WORKFLOW, ("python3 tools/check_milestone_10_issue_82.py",))
require_markers(WORKFLOW, ("required-gate",))
print(
"issue 82 audit: 22 native mapped parser types and 215 members, deterministic "
"LALR tables, precedence conflicts, bounded shifts/reductions, error-token "