Skip to content

config: new chumsky parser#1210

Open
BrettMayson wants to merge 3 commits intomainfrom
config_new_parsers
Open

config: new chumsky parser#1210
BrettMayson wants to merge 3 commits intomainfrom
config_new_parsers

Conversation

@BrettMayson
Copy link
Copy Markdown
Owner

image

I was hoping it'd be a bit faster out of the box, but ACE also isn't that config heavy

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 11, 2026

Codecov Report

❌ Patch coverage is 96.46302% with 66 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.0%. Comparing base (8b0b83e) to head (172fbde).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
libs/workspace/src/reporting/symbol.rs 54.2% 16 Missing ⚠️
libs/config/src/analyze/chumsky.rs 0.0% 8 Missing ⚠️
libs/config/src/lib.rs 82.9% 8 Missing ⚠️
libs/workspace/src/reporting/processed.rs 78.9% 8 Missing ⚠️
libs/config/src/model/number.rs 54.5% 5 Missing ⚠️
libs/config/src/analyze/lints/c01_invalid_value.rs 83.3% 3 Missing ⚠️
libs/config/src/rapify/number.rs 78.5% 3 Missing ⚠️
...s/config/src/analyze/lints/c04_external_missing.rs 77.7% 2 Missing ⚠️
libs/config/src/model/ident.rs 71.4% 2 Missing ⚠️
libs/config/src/parse/number.rs 97.0% 2 Missing ⚠️
... and 8 more
Additional details and impacted files
Files with missing lines Coverage Δ
libs/config/src/analyze/cfgpatch.rs 100.0% <100.0%> (ø)
...config/src/analyze/lints/c02_duplicate_property.rs 75.3% <100.0%> (ø)
.../config/src/analyze/lints/c03_duplicate_classes.rs 71.0% <100.0%> (ø)
...nfig/src/analyze/lints/c05_external_parent_case.rs 78.0% <100.0%> (ø)
...s/config/src/analyze/lints/c06_unexpected_array.rs 74.7% <100.0%> (+1.1%) ⬆️
...ibs/config/src/analyze/lints/c07_expected_array.rs 75.1% <100.0%> (ø)
.../config/src/analyze/lints/c08_missing_semicolon.rs 59.8% <100.0%> (ø)
.../src/analyze/lints/c09_magwell_missing_magazine.rs 67.2% <100.0%> (-0.4%) ⬇️
...nfig/src/analyze/lints/c10_class_missing_braces.rs 65.6% <100.0%> (ø)
libs/config/src/analyze/lints/c11_file_type.rs 67.7% <100.0%> (ø)
... and 48 more

... 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@BrettMayson
Copy link
Copy Markdown
Owner Author

It'd be nice to get as many of the SQF PRs merged as we can relatively soon. I also want to do that parser and it'd be easier to change it all at once. I think it is going to be more work with the inspector code

Copilot AI and others added 2 commits February 12, 2026 10:31
* Initial plan

* Optimize preprocessor performance: Cow<str> for Symbol, HashMap source lookup, optimized extract(), borrow sources()

Co-authored-by: BrettMayson <3946739+BrettMayson@users.noreply.github.com>

* Address code review: use Option for extract bounds, avoid unnecessary replace allocation

Co-authored-by: BrettMayson <3946739+BrettMayson@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BrettMayson <3946739+BrettMayson@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants