-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Inconsistent type inference for getindex(BitArray{2}, Int64, Range1{Int64}) #3400
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
ghost
assigned JeffBezanson
Jun 15, 2013
same root cause as #3167 |
vtjnash
added a commit
that referenced
this issue
Jul 25, 2013
vtjnash
added a commit
that referenced
this issue
Aug 20, 2013
Should this be closed? The symptoms here are definitely gone, although it's unclear to me whether the underlying issue is fixed. |
If the underlying issue is #3167, this should be safe to close as duplicate, unless the thought is the root cause isn't in fact the same. |
Closing as dup of #3167 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a test in DataFrames that's intermittently failing due to something that looks like an inference bug. When I run
finfer(getindex, (BitArray{2}, Int64, Range1{Int64}))
immediately after starting Julia, I sometimes get:which looks okay. Other times I get:
which gives the wrong return type.
The text was updated successfully, but these errors were encountered: