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 several genericmemory-related functions that used to be exported for arrays. #52475

Merged

Conversation

Taaitaaiger
Copy link
Contributor

The functionality of jl_array_isassigned, jl_arrayref, jl_arrayset, and jl_arrayunset has been moved to new functions, but those new functions aren't exported. This PR exports them.

I think it would make sense from an embedding perspective to also restore the original functions, but that's a separate matter.

@vtjnash vtjnash merged commit 456951f into JuliaLang:master Dec 11, 2023
7 checks passed
@Taaitaaiger Taaitaaiger deleted the export-genericmemory-functions branch December 11, 2023 20:02
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.

2 participants