-
-
Couldn't load subscription status.
- Fork 5.7k
Open
Labels
broadcastApplying a function over a collectionApplying a function over a collectionregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionregression 1.12Regression in the 1.12 releaseRegression in the 1.12 release
Description
Noticed in a CI run of StructArrays, JuliaArrays/StructArrays.jl#334.
MWE:
julia> f(x) = @allocated x .+ 1
f (generic function with 1 method)
julia> f([1,2])
80 # on 1.11
ERROR: UndefVarError: `.+` not defined in `Main` # on 1.12Metadata
Metadata
Assignees
Labels
broadcastApplying a function over a collectionApplying a function over a collectionregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionregression 1.12Regression in the 1.12 releaseRegression in the 1.12 release