https://github.com/JuliaLang/julia
Revision 327b2e320678262d3cf40fdd1e6f835d8ddb1915 authored by Milan Bouchet-Valat on 17 August 2020, 20:09:56 UTC, committed by GitHub on 17 August 2020, 20:09:56 UTC
We need to call similar on the `Broadcasted` object rather than on dest array.
Otherwise the `BroadcastStyle` isn't taken into account when allocating new
array due to function returning elements of different types.
1 parent 613af3c
History
Tip revision: 327b2e320678262d3cf40fdd1e6f835d8ddb1915 authored by Milan Bouchet-Valat on 17 August 2020, 20:09:56 UTC
Fix type of allocated array when broadcasting type unstable function (#37028)
Tip revision: 327b2e3
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 292.0 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.6 KB
Makefile -rw-r--r-- 26.5 KB
NEWS.md -rw-r--r-- 7.0 KB
README.md -rw-r--r-- 6.5 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top