-
-
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
Inference crash due to BoundsError in meta_elim_pass! #18412
Comments
Simpler repro (i.e. test) julia> Base.@propagate_inbounds function g(a)
@inbounds b = a[1]
return b
end
g (generic function with 1 method)
julia> g([1]) Fix coming. |
wrong milestone given
|
Then don't just delete the milestone – apply the correct one. |
So are we going to apply |
Every issue that we expect/hope to get done in the next release, yes. If we aren't sure it will be in the next release but expect it in 1.0, then apply the 1.0 milestone. If we'd like it some day, but it seems unlikely to happen by 1.0, then apply the 2.0 milestone. If it's unclear if we want it at all or if it's a real issue, then leave it with no milestone. |
if it's not release blocking then we shouldn't put it on a release milestone. |
Using the
master
branch of ImagesFiltering, julia master gives this:(with many similar lines omitted in the
...
).This does not happen on
release-0.5
.The text was updated successfully, but these errors were encountered: