Skip to content

[pull] master from immunant:master#255

Merged
pull[bot] merged 5 commits into
age-rs:masterfrom
immunant:master
May 30, 2026
Merged

[pull] master from immunant:master#255
pull[bot] merged 5 commits into
age-rs:masterfrom
immunant:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 30, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Rua and others added 5 commits May 19, 2026 18:12
…stExpr` (#1826)

In the exporter, the `macroCallSites` variable keeps track of which
macro call sites have already been visited, so that only the outermost
expression gets processed for that call site. But that depends on
Clang's visiting order, and in the case of init lists, the syntactic
form appears to be visited first, which then prevents macros from being
associated with the semantic form. This PR skips macro processing for
the syntactic form (which c2rust ignores anyway), fixing expansion for
init lists in the transpiler.
@pull pull Bot locked and limited conversation to collaborators May 30, 2026
@pull pull Bot added the ⤵️ pull label May 30, 2026
@pull pull Bot merged commit 44f679c into age-rs:master May 30, 2026
11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants