Skip to content

add the ability to specify the external name of a ccallable #57763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2025

Conversation

JeffBezanson
Copy link
Member

This will allow exporting julia main as something else so a separate native main can be written to handle initialization. I'm sure it will have lots of other uses too though.

@JeffBezanson JeffBezanson force-pushed the jb/ccallablename branch 2 times, most recently from d7a5913 to 7d2c43b Compare March 19, 2025 20:11
Copy link
Member

@topolarity topolarity left a comment

Choose a reason for hiding this comment

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

LGTM!

Might be nice to check what happens during a name conflict, so we can give a nice message to the user

@JeffBezanson JeffBezanson merged commit 8d78db7 into master Mar 24, 2025
6 of 7 checks passed
@JeffBezanson JeffBezanson deleted the jb/ccallablename branch March 24, 2025 20:12
serenity4 pushed a commit to serenity4/julia that referenced this pull request May 1, 2025
…g#57763)

This will allow exporting julia `main` as something else so a separate
native `main` can be written to handle initialization. I'm sure it will
have lots of other uses too though.
@topolarity topolarity added the backport 1.12 Change should be backported to release-1.12 label May 5, 2025
@topolarity topolarity restored the jb/ccallablename branch May 5, 2025 17:51
@topolarity topolarity mentioned this pull request May 5, 2025
53 tasks
@KristofferC KristofferC mentioned this pull request May 9, 2025
58 tasks
@KristofferC KristofferC mentioned this pull request Jun 6, 2025
60 tasks
@topolarity topolarity removed the backport 1.12 Change should be backported to release-1.12 label Jul 1, 2025
@topolarity
Copy link
Member

Removing the backport label - this has been on the 1.12 branch since beta3

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.

3 participants