Skip to content

docs(changelog): finish the C-ABI constant rename in the historical entries#797

Merged
userFRM merged 1 commit into
mainfrom
fix/changelog-constant-rename-residue
Jun 15, 2026
Merged

docs(changelog): finish the C-ABI constant rename in the historical entries#797
userFRM merged 1 commit into
mainfrom
fix/changelog-constant-rename-residue

Conversation

@userFRM

@userFRM userFRM commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Round-2 audit follow-up. The retroactive identifier cleanup renamed the C-ABI functions/structs to the thetadatadx prefix throughout the changelog history but missed the public preprocessor constants, leaving entries that mix thetadatadx_* functions with TDX_ERR_CONFIG and the TDX_FPSS_* event-kind table.

This renames those constants to THETADATADX_* so each entry is internally consistent and matches the shipped C header. Values and meaning are unchanged; docs-site/docs/changelog.md stays byte-identical to CHANGELOG.md (verified), and check_docs_consistency.py / check_no_re_framing.py pass.

🤖 Generated with Claude Code

…ntries

The retroactive identifier cleanup renamed the C-ABI functions and structs to the thetadatadx prefix across the changelog history but left the public preprocessor constants on the old prefix, so entries described thetadatadx_ functions alongside TDX_ERR_CONFIG and the TDX_FPSS_* event-kind table. Rename those constants to THETADATADX_ so each entry uses one consistent naming, matching the shipped C header. Values and meaning are unchanged; the rendered changelog mirror stays byte-identical.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@userFRM userFRM merged commit c0ea52b into main Jun 15, 2026
43 checks passed
@userFRM userFRM deleted the fix/changelog-constant-rename-residue branch June 15, 2026 22:23
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