Implement native LSL lexer runtime (#81)
Some checks failed
Native code generation / deterministic (push) Failing after 8m20s
Imaging and meshing gate / native (push) Successful in 5m20s
JPEG 2000 feature / linux (push) Successful in 2m46s
Native Rust workspace compile / compile (push) Failing after 7m14s
Skia feature / linux (push) Successful in 30m39s

This commit is contained in:
2026-08-11 01:55:14 +00:00
parent 2f1c15c081
commit 73cef10054
13 changed files with 3917 additions and 1112 deletions

View File

@@ -12,6 +12,7 @@ on:
- "tools/check_milestone_10_issue_78.py"
- "tools/check_milestone_10_issue_79.py"
- "tools/check_milestone_10_issue_80.py"
- "tools/check_milestone_10_issue_81.py"
- "**/*.rs"
- "**/Cargo.toml"
- "Cargo.lock"
@@ -26,6 +27,7 @@ on:
- "tools/check_milestone_10_issue_78.py"
- "tools/check_milestone_10_issue_79.py"
- "tools/check_milestone_10_issue_80.py"
- "tools/check_milestone_10_issue_81.py"
- "**/*.rs"
- "**/Cargo.toml"
- "Cargo.lock"
@@ -66,6 +68,7 @@ jobs:
python3 tools/check_milestone_10_issue_78.py
python3 tools/check_milestone_10_issue_79.py
python3 tools/check_milestone_10_issue_80.py
python3 tools/check_milestone_10_issue_81.py
- name: Test the complete native world milestone
run: python3 tools/test_milestone_09.py
- name: Compile every workspace target with bounded memory