Skip to content
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

Export opaque closure constructor #56808

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wsmoses
Copy link
Contributor

@wsmoses wsmoses commented Dec 12, 2024

No description provided.

@wsmoses wsmoses added backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 labels Dec 12, 2024
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.

This needs an entry in jl_exported_funcs.inc too, right?
(it looks like jl_new_opaque_closure_from_code_info is also missing from there)

@topolarity topolarity requested a review from Keno December 12, 2024 13:51
Copy link
Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

The external API is Expr(:new_opaque_closure). This function is private

@wsmoses
Copy link
Contributor Author

wsmoses commented Dec 14, 2024

So there was a expression lexing? error with the expression form I mentioned to keno on slack that I had run into. But in any case fair enough, closng (and will make an alternate solution).

@wsmoses wsmoses removed backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 labels Dec 14, 2024
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