Complete native extension milestone gate (#84)
Some checks failed
Native code generation / deterministic (push) Has been cancelled

This commit is contained in:
2026-08-11 04:09:22 +00:00
parent 2558e2f49f
commit 5eac1dbc1f
13 changed files with 615 additions and 197 deletions

View File

@@ -132,7 +132,7 @@ def main() -> None:
raise SystemExit(f"issue 81 expected 27 focused fixtures, found {test_count}")
require_markers(DOC, (
"UTF-16 code-unit offsets", "maximum munch", "structured `Diagnostic`",
"64 Mi UTF-16", "16 Mi units", "Lexer::iter", "27 focused",
"64 Mi UTF-16", "16 Mi units", "Lexer::iter", "46 focused",
"No C#, .NET runtime", "ubuntu-latest",
))
require_markers(WORKFLOW, ("python3 tools/check_milestone_10_issue_81.py",))