Skip to content

C parser/main - #31

Merged
saidctb merged 54 commits into
mainfrom
c-parser/main
May 25, 2026
Merged

C parser/main#31
saidctb merged 54 commits into
mainfrom
c-parser/main

Conversation

@saidctb

@saidctb saidctb commented May 25, 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 added 23 commits May 24, 2026 05:21
…clarations

codex: add C project resolution and redeclaration handling
…cleanup

codex: cleanup unsupported declaration diagnostics
codex: add grouped C parser golden workflow
codex: clean up stale C parser skipped tests
codex: remove C parser golden update path from tests
…tics

codex: advance c parser diagnostics checklist
@codecov

codecov Bot commented May 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.24277% with 13 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
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 90.41% <96.24%> (-2.34%) ⬇️

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/parser.py 90.83% <ø> (ø)
c_parser/utils.py 93.75% <100.00%> (ø)
x2py/__init__.py 71.42% <ø> (-28.58%) ⬇️
x2py/c_type_probe.py 73.33% <ø> (ø)
x2py/cli.py 93.00% <ø> (-2.35%) ⬇️
x2py/fortran_type_probe.py 75.52% <ø> (ø)
x2py/preprocessing.py 74.24% <ø> (ø)
c_parser/models.py 98.75% <98.75%> (ø)
c_parser/project.py 0.00% <0.00%> (ø)
... and 2 more

... 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.

@saidctb
saidctb merged commit 7a47b28 into main May 25, 2026
5 of 6 checks passed
@saidctb
saidctb deleted the c-parser/main branch May 25, 2026 07:10
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