Complete native extension milestone gate (#84)
All checks were successful
Native code generation / deterministic (push) Successful in 18m9s
Native Rust workspace compile / compile (push) Successful in 21m31s

This commit is contained in:
2026-08-11 04:09:22 +00:00
parent 2558e2f49f
commit d4990f3b07
14 changed files with 617 additions and 197 deletions

View File

@@ -122,7 +122,7 @@ def main() -> None:
require_markers(EXTENSION_TESTS, ("assert!(YyParser::new().is_ok())",))
require_markers(DOC, (
"canonical LR(0)", "deterministic LALR(1)", "Shift/reduce conflicts",
"nonassociative", "1,048,576", "16,777,216", "37 focused",
"nonassociative", "1,048,576", "16,777,216", "46 focused",
"issue 83", "ubuntu-latest",
))
require_markers(WORKFLOW, ("python3 tools/check_milestone_10_issue_82.py",))