Skip to content

Conversation

@wsmoses
Copy link
Member

@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

This was referenced Dec 13, 2024
@wsmoses
Copy link
Member 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
oscardssmith added a commit that referenced this pull request Sep 16, 2025
Successor to #56808 which enables
an opaque closure to be constructed with a specified world age (if, for
example, the current world age isn't valid due to being in a generated
function). Required for EnzymeAD/Reactant.jl#365
KristofferC pushed a commit that referenced this pull request Sep 17, 2025
Successor to #56808 which enables
an opaque closure to be constructed with a specified world age (if, for
example, the current world age isn't valid due to being in a generated
function). Required for EnzymeAD/Reactant.jl#365

(cherry picked from commit e46cc1a)
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