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
I would have gotten arf[2] = 0.9 with previous versions. Note that this only seems to arise with floats multiplying StepRange{Int,Int}. I get expected behavior with, e.g., 0.1*(10.0:-1.0:1.0) and 2*(10:-1:1).
Julia Version 1.7.0-DEV.1109
Commit 0bae193 (2021-05-17 14:08 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, haswell)
The text was updated successfully, but these errors were encountered:
With the nightly build, I am getting an error when I multiply a StepRange with negative step and a float:
I would have gotten
arf[2] = 0.9
with previous versions. Note that this only seems to arise with floats multiplying StepRange{Int,Int}. I get expected behavior with, e.g.,0.1*(10.0:-1.0:1.0)
and2*(10:-1:1)
.Julia Version 1.7.0-DEV.1109
Commit 0bae193 (2021-05-17 14:08 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, haswell)
The text was updated successfully, but these errors were encountered: