Skip to content

Investigation: collapse per-method call-site bodies via windows_core::imp helpers#4382

Closed
Copilot wants to merge 7 commits intomasterfrom
copilot/collapse-call-site-bodies
Closed

Investigation: collapse per-method call-site bodies via windows_core::imp helpers#4382
Copilot wants to merge 7 commits intomasterfrom
copilot/collapse-call-site-bodies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

  • Investigated CI failures on copilot/collapse-call-site-bodies
  • Fixed clippy/test failure (E0308): call_compose closure param base__ corrected from *mut c_void to *mut *mut c_void to match composable factory inner-out-param ABI
  • Fixed fmt failure: ran cargo fmt --all
  • Fixed arm64 test failure: call_compose_* tests share a global ALIVE atomic; serialized with a Mutex so they don't race when run in parallel
  • Verified locally (7 windows-core compose tests pass)

Copilot AI linked an issue May 4, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Refactor windows-bindgen to collapse per-method call sites Investigation: collapse per-method call-site bodies via windows_core::imp helpers May 4, 2026
Copilot AI requested a review from kennykerr May 4, 2026 19:21
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.

windows-bindgen collapse per-method call sites

2 participants