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
Avoid integer overflow when constructing arrays (#26)
* Avoid integer overflow when constructing arrays
* reimplement `checked_dims` instead of using Julia internals
`Core.checked_dims` isn't public.
* Test more constructors
* weird codecov fix
* One more constructor test
* weird codecov fix
---------
Co-authored-by: Neven Sajko <s@purelymail.com>
0 commit comments