You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>get_zstd_version()
ERROR: TypeError:in ccall: first argument not a pointer or valid constant expression, expected Ptr, got a value of type Tuple{Symbol, String}
It works if you swap the constant definition order:
On
nightly
:It works if you swap the constant definition order:
This happens because the usage of
prefix
restricted the valid world range more tightlyThe text was updated successfully, but these errors were encountered: