You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we are running tests against all registered packages in preparation of the 1.1 release (JuliaLang/julia#30374). We noticed that your package started failing on 1.1 (but was working on 1.0.x). The reason for the failure is this line
explicitly tests the state of the step range (which has been changed on 1.1). Relying on the exact form of the state for iterators is not advisable and one should try to use the iterator interface instead.
The package seems to still work fine, it is just the tests that are a bit too explicit.
The text was updated successfully, but these errors were encountered:
Hello, we are running tests against all registered packages in preparation of the 1.1 release (JuliaLang/julia#30374). We noticed that your package started failing on 1.1 (but was working on 1.0.x). The reason for the failure is this line
QDates.jl/test/ranges.jl
Line 51 in dd74ea2
The package seems to still work fine, it is just the tests that are a bit too explicit.
The text was updated successfully, but these errors were encountered: