add the ability to specify the external name of a ccallable#57763
Merged
JeffBezanson merged 2 commits intomasterfrom Mar 24, 2025
Merged
add the ability to specify the external name of a ccallable#57763JeffBezanson merged 2 commits intomasterfrom
JeffBezanson merged 2 commits intomasterfrom
Conversation
d7a5913 to
7d2c43b
Compare
topolarity
reviewed
Mar 19, 2025
topolarity
approved these changes
Mar 19, 2025
Member
topolarity
left a comment
There was a problem hiding this comment.
LGTM!
Might be nice to check what happens during a name conflict, so we can give a nice message to the user
vtjnash
approved these changes
Mar 20, 2025
aa44052 to
f2a83bf
Compare
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.
53 tasks
58 tasks
Member
|
Removing the backport label - this has been on the 1.12 branch since beta3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will allow exporting julia
mainas something else so a separate nativemaincan be written to handle initialization. I'm sure it will have lots of other uses too though.