We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Scalar(1, 2) === Scalar((1, 2))
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
Currently,
julia> Scalar(1, 2) === Scalar((1, 2)) true
But I guess disallowing Scalar(1, 2) is sensible? It's a subset of #518 but I think just throwing a method error or augment error here is an easy fix.
Scalar(1, 2)
ref #774
The text was updated successfully, but these errors were encountered:
Yeah, definitely seems like a bug. Let's disallow it before releasing 1.0.
Sorry, something went wrong.
@SArray
constructor
Successfully merging a pull request may close this issue.
Currently,
But I guess disallowing
Scalar(1, 2)
is sensible? It's a subset of #518 but I think just throwing a method error or augment error here is an easy fix.ref #774
The text was updated successfully, but these errors were encountered: