Skip to content

Fail to compile when trying to generate Qtr dtor with an incomplete type#998

Merged
andrsd merged 1 commit into0.12.xfrom
qtr-dtor
Jan 23, 2026
Merged

Fail to compile when trying to generate Qtr dtor with an incomplete type#998
andrsd merged 1 commit into0.12.xfrom
qtr-dtor

Conversation

@andrsd
Copy link
Copy Markdown
Owner

@andrsd andrsd commented Jan 23, 2026

This helps to find "hidden" memory leaks, when the code happily compiles, but an incorrect code is generated for the dtor causing memory not being freed.

This helps to find "hidden" memory leaks, when the code happily compiles,
but an incorrect code is generated for the dtor causing memory not being
freed.
@andrsd andrsd self-assigned this Jan 23, 2026
@andrsd andrsd added the feat New feature or request label Jan 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.50%. Comparing base (b77d2e9) to head (eba9dc8).
⚠️ Report is 2 commits behind head on 0.12.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           0.12.x     #998   +/-   ##
=======================================
  Coverage   76.50%   76.50%           
=======================================
  Files         155      155           
  Lines       10467    10467           
=======================================
  Hits         8008     8008           
  Misses       2459     2459           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrsd andrsd merged commit 1585efb into 0.12.x Jan 23, 2026
8 checks passed
@andrsd andrsd deleted the qtr-dtor branch January 23, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant