Skip to content

C parser/main - #26

Closed
saidctb wants to merge 43 commits into
mainfrom
c-parser/main
Closed

C parser/main#26
saidctb wants to merge 43 commits into
mainfrom
c-parser/main

Conversation

@saidctb

@saidctb saidctb commented May 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • PYTHONPATH=. pytest -q

Merge checklist

  • All required checks are green (tests + parser-reference-guard).
  • If parser Fortran data or goldens changed, the PR explains why.
  • If using ignore-parser-reference-guard, the PR explains why it is safe.

saidctb added 30 commits May 20, 2026 13:09
merge into c-parser/main
…nctions

codex: add partial c parser declarations and functions
…tadata

codex: add C fixture scaffolding and raw metadata coverage
…tions

codex: add C function definition start and end locations
…ions

C parser/forward struct declarations
…-diagnostics

codex: reject invalid C primitive specifier sequences
…hardening

codex: harden C aggregate member parsing
@saidctb saidctb closed this May 24, 2026
@codecov

codecov Bot commented May 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.72638% with 83 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
c_parser/parser.py 92.83% 34 Missing and 36 partials ⚠️
c_parser/preprocessor.py 93.24% 2 Missing and 3 partials ⚠️
c_parser/type_resolver.py 80.95% 2 Missing and 2 partials ⚠️
c_parser/models.py 98.75% 1 Missing and 1 partial ⚠️
c_parser/project.py 0.00% 2 Missing ⚠️
Flag Coverage Δ
py312 92.69% <93.72%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
c_parser/lexer.py 100.00% <100.00%> (ø)
c_parser/utils.py 93.75% <100.00%> (ø)
x2py/cli.py 94.96% <ø> (-0.40%) ⬇️
c_parser/models.py 98.75% <98.75%> (ø)
c_parser/project.py 0.00% <0.00%> (ø)
c_parser/type_resolver.py 80.95% <80.95%> (ø)
c_parser/preprocessor.py 93.24% <93.24%> (ø)
c_parser/parser.py 90.83% <92.83%> (ø)

... and 5 files with indirect coverage changes

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

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.

1 participant