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
With respect to JuliaLang/Downloads.jl#134, in the C language, enum is just an alias for some integer type. However, CEnum is not a subtype of Integer, and it does not support all integer methods, zero for example.