-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Conversion to pointer not defined for Base.ReinterpretArray
on v1.11 and above
#54725
Comments
xref #51962? |
It's probably a different issue, as |
I ran into this just now as well.
Weirdly enough there is no direct call to
-- edit:
julia/base/reinterpretarray.jl Line 375 in 8791d54
Ptr{T}
|
I suspect this might have been discussed before, but I couldn't find it.
but on v"1.11.0-beta2"
This occurs in
ccall
operations when trying to pass aReinterpretArray
to a C function (e.g. in https://github.com/JuliaAstro/FITSIO.jl/actions/runs/8897458859/job/24432396258?pr=196). The selevant snippet of the stacktrace isHere, the
ccall
infits_write_pix
on line 1219 takes the formwhere
data
is aReinterpretArray
array.Some other info:
and julia is installed through juliaup.
The text was updated successfully, but these errors were encountered: