-
Notifications
You must be signed in to change notification settings - Fork 26
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
Failing tests on 1.9 #285
Comments
Thank you for filing this; I looked at the code and it seems that everything's working as-intended, but please correct me if I'm wrong! In the meantime, let me doublecheck that failure on nightlies are not a blocker for merging PRs |
This was wrong, what happens is that in the test we do: where Will file an upstream bug report. |
I really appreciate your investigation and follow-up in JuliaLang/julia#44821. The lack of stability in the common type for vectors seems slightly concerning. Should I consider setting up a system of promotion rules defined for the types in this package? |
It seems wise to add promotion rules indeed, but only for the (probably small amount) of cases where it's needed. In the test we triggered this by mixing both |
I think this can be closed, right? JuliaLang/julia#47893 |
As seen in master and in recent PRs (#284), nightly fails with
MethodError: no method matching regenerateoverviews!(::ArchGDAL.IRasterBand{UInt8}, ::Vector{Matrix{UInt8}})
https://github.com/yeesian/ArchGDAL.jl/runs/5513853907?check_suite_focus=true#step%3A6%3A165=
The text was updated successfully, but these errors were encountered: