Steffen Fürst
Steffen Fürst
In Julia 1.10, the following code works as expected: ``` julia> length(Iterators.Stateful([1,2,3])) 3 ``` However, in Julia 1.11rc1, the same code fails with this error message: ``` MethodError: no method...
Since Julia 1.10 (I tested 1.10.0-beta3 and 1.10.alpha1, both installed via juliaup) I get `Method definition ... overwritten` warnings when I test my package. The MWE for this is: ```...
# Problem Description GDAL.jl fails to precompile when OpenMPI is configured via MPIPreferences because it has a hard dependency on `MPICH_jll`, which gets blocked by the OpenMPI configuration. # Reproduction...