Skip to content

chore: force canonical name of global c module top level#639

Merged
aherrmann merged 1 commit intoaherrmann:mainfrom
cerisier:better-c-global-handling
Apr 29, 2026
Merged

chore: force canonical name of global c module top level#639
aherrmann merged 1 commit intoaherrmann:mainfrom
cerisier:better-c-global-handling

Conversation

@cerisier
Copy link
Copy Markdown
Contributor

This makes it more explicit than relying on -Mc= downstream. Now, all mention of global "c" is through "canonical_name" = "c" and is treated in module spec just like any other module.

This is a prerequisite for translate-c from source since the "c" module will have dependencies itself (builtins).

This makes it more explicit than relying on -Mc= downstream.
Now, all mention of global "c" is through "canonical_name" = "c"
and is treated in module spec just like any other module.

This is a prerequisite for translate-c from source since the "c"
module will have dependencies itself (builtins).
Copy link
Copy Markdown
Owner

@aherrmann aherrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thank you!

@aherrmann aherrmann merged commit 934041b into aherrmann:main Apr 29, 2026
18 checks passed
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