Open
Conversation
topolarity
reviewed
Dec 12, 2024
Member
topolarity
left a comment
There was a problem hiding this comment.
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)
vtjnash
requested changes
Dec 12, 2024
Member
vtjnash
left a comment
There was a problem hiding this comment.
The external API is Expr(:new_opaque_closure). This function is private
This was referenced Dec 13, 2024
Merged
Member
Author
|
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). |
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)
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.
No description provided.