Skip to content

[WJ-1060] Avoid exponential parsing of nested unclosed blocks - #129

Merged
jsthope merged 15 commits into
scpwiki:mainfrom
jsthope:main
Aug 2, 2026
Merged

[WJ-1060] Avoid exponential parsing of nested unclosed blocks#129
jsthope merged 15 commits into
scpwiki:mainfrom
jsthope:main

improve block failure cache key handling

655243d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 1, 2026 in 0s

71.40% (+0.22%) compared to 782ce11

View this Pull Request on Codecov

71.40% (+0.22%) compared to 782ce11

Details

Codecov Report

❌ Patch coverage is 95.34884% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.40%. Comparing base (782ce11) to head (655243d).

Files with missing lines Patch % Lines
src/parsing/parser.rs 93.93% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   71.17%   71.40%   +0.22%     
==========================================
  Files         220      220              
  Lines        6234     6266      +32     
==========================================
+ Hits         4437     4474      +37     
+ Misses       1797     1792       -5     
Files with missing lines Coverage Δ
src/parsing/rule/mod.rs 73.33% <100.00%> (+8.11%) ⬆️
src/tree/bibliography.rs 50.00% <100.00%> (+2.50%) ⬆️
src/parsing/parser.rs 87.54% <93.93%> (+1.38%) ⬆️

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.