map(+, 1, (1, 2, 3)) succeeds #20930
Labels
bug
Indicates an unexpected problem or unintended behavior
collections
Data structures holding multiple items, e.g. sets
... returning
Vector{Int}(2)
. A consequence ofzip
's truncation behavior and the absence of an argument shape check in the entry point tomap
I imagine? Should this behavior change? Best!The text was updated successfully, but these errors were encountered: