We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across this edgecase in debugging a package that broke simply by adding an import QuasiArrays
import QuasiArrays
import QuasiArrays A = ones(Int, 4) A[ones(Int)] .+= 1
without the import this runs fine, with the import I get the error
MethodError: no method matching (QuasiArrays.QuasiIteratorsMD.QuasiCartesianIndices{0, Tuple{}, RR} where RR<:Tuple{})(::Tuple{})
The text was updated successfully, but these errors were encountered:
Fix #97
aea0ef6
9d46d9e
Thanks for reporting this!
Sorry, something went wrong.
No branches or pull requests
I came across this edgecase in debugging a package that broke simply by adding an
import QuasiArrays
without the import this runs fine, with the import I get the error
The text was updated successfully, but these errors were encountered: