-
Notifications
You must be signed in to change notification settings - Fork 34
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
Data interoperability between 64-bit systems and 32-bit systems #162
Comments
I'm embarrassed to say, but I learned that the constructors can return instances of types other than their own type, after reporting this issue, Not returning instances of their own types might cause a bug. Also, the users and other packages may use |
For my own coding I've adopted the viewpoint that when you might want something like the ImageCore used to have a type called |
In general, I think it is a good design. However, that is not a solution for this problem.
Originally posted by @timholy in #155 (comment) |
I'm a big fan of the constructor throwing an error if it's not |
That is one of the reasonable plans. However, if you introduce the change, the special handling of |
Yep, I'm aware and glad you noticed this. JuliaLang/julia#34977. I'm not quite sure what the best policy would be, but perhaps a |
Perhaps this no longer seems to be a practical issue. |
Originally posted by @kimikage in #155 (comment)
Originally posted by @kimikage in #155 (comment)
On the other hand:
Originally posted by @timholy in #155 (comment)
The text was updated successfully, but these errors were encountered: