Complete native extension milestone gate (#84)
Some checks failed
Native code generation / deterministic (push) Failing after 1m48s
Native Rust workspace compile / compile (push) Has been cancelled

This commit is contained in:
2026-08-11 04:09:22 +00:00
parent 2558e2f49f
commit 1c2848c780
11 changed files with 604 additions and 196 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",))