-
Notifications
You must be signed in to change notification settings - Fork 79
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
UDFs don't work on ARM #335
Comments
Yes, UDFs work with that PR! |
Can you actually release these recent fixes? |
@quinnj Can we release a new version to include recent fixes? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On ARM processors, like Apple Silicon, registering an UDF throws with
cfunction: closures are not supported on this platform
:This errors both before and after #333. As I understand, the issue is not in anonymous functions, but in closing over
func
hereSQLite.jl/src/UDF.jl
Lines 215 to 218 in dce0b6c
Do not know how to fix this exactly, but should be possible – given discussion at JuliaLang/julia#27174 and in linked issues.
The text was updated successfully, but these errors were encountered: