-
Notifications
You must be signed in to change notification settings - Fork 8
Extraction hardening: cpp #821
Copy link
Copy link
Closed
Labels
core-engineModifications to the central physics and parsing engineModifications to the central physics and parsing enginetestingUnit, integration, and E2E pipeline verificationUnit, integration, and E2E pipeline verification
Milestone
Description
Metadata
Metadata
Assignees
Labels
core-engineModifications to the central physics and parsing engineModifications to the central physics and parsing enginetestingUnit, integration, and E2E pipeline verificationUnit, integration, and E2E pipeline verification
Part of the extraction-hardening epic (#813). See
tests/extraction/how_to_harden_extraction.mdfor the full methodology this issue follows.
Language:
cppRules in scope (non-
NoneinLANGUAGE_DEFINITIONS["cpp"]["rules"]):Checklist (per the methodology doc, for each in-scope rule above)
valid: modern idiom + legacy/historical syntax eras + testing-framework-shaped functionsinvalid: string-literal lookalikes, type-level lookalikes, assignment-in-condition, macro-expansion lookalikes, and any language-specific lookalike shapepathological: 10-15 cases covering annotation/attribute stacking, nested generics/templates, destructured/complex params, multi-line splits at every plausible boundarytests/extraction/languages/test_cpp.py