map gives different result than applying function separately only on nightly #57959
Labels
correctness bug ⚠
Bugs that are likely to lead to incorrect results in user code without throwing
regression
Regression in behavior compared to a previous version
upstream
The issue is with an upstream dependency, e.g. LLVM
Milestone
On nightly on 1.13.0-DEV.213 and 1.13.0-DEV.331 we get very broken results on applying a function via map in contrast to applying the function on all elements that go into map.
This works as expected in Julia 1.11.4
See rafaqz/DimensionalData.jl#965 for the details, but I managed to condense it to the following MWE.
Interestingly the result is correct when I add some
@show
statements in the _format function.The text was updated successfully, but these errors were encountered: