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
We have been assuming everywhere that an array of bytes from C code looks like Array{Uint8} but now Array{Cchar} is often more appropriate, but doesn't work, e.g. with functions like bytestring. We should either use Cchar instead of Uint8 or support both Uint8 and Int8.