https://github.com/JuliaLang/julia
Revision 38b38cfdd5b1a5bdf1a613a6180d2aaadf06a632 authored by Matt Bauman on 03 July 2019, 19:30:35 UTC, committed by Stefan Karpinski on 03 July 2019, 19:30:34 UTC
This is a simple workaround for the handful of elementwise operations that are defined on arrays _without_ the need for explicit broadcast but use broadcasting (with an extra shape check) in their implementation. These were the only affected cases I could find.
1 parent b74ef05
History
Tip revision: 38b38cfdd5b1a5bdf1a613a6180d2aaadf06a632 authored by Matt Bauman on 03 July 2019, 19:30:35 UTC
Address part of #28866, prevent array operations from dropping 0d containers (#32122)
Tip revision: 38b38cf
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 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-- 21.2 KB
HISTORY.md -rw-r--r-- 258.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 39.8 KB
Makefile -rw-r--r-- 28.0 KB
NEWS.md -rw-r--r-- 3.5 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.7 KB

README.md

back to top