Ah…
https://github.com/JuliaLang/julia/issues/15276
Changing the corresponding line to the following fixed it:
start::Int, stop::Int = splits[i]+1, splits[i+1]
Ah…
https://github.com/JuliaLang/julia/issues/15276
Changing the corresponding line to the following fixed it:
start::Int, stop::Int = splits[i]+1, splits[i+1]