https://github.com/JuliaLang/julia
Revision 5cac5b92980d67e688e6cfafd6e7b22b55d6e9f5 authored by Jameson Nash on 09 February 2022, 19:21:14 UTC, committed by Jameson Nash on 01 March 2022, 20:57:10 UTC
Defines a fallback promote_result for any AbstractArray, for the case
when specific promote_rules are not defined for the specific array type.

Add a few good promote_rules too.

Fix #43551

Co-authored-by: Jakob Sachs <jakobsachs1999@gmail.com>
1 parent c6e3146
History
Tip revision: 5cac5b92980d67e688e6cfafd6e7b22b55d6e9f5 authored by Jameson Nash on 09 February 2022, 19:21:14 UTC
implement promote for BitArray (#44096)
Tip revision: 5cac5b9
File Mode Size
.buildkite
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 433 bytes
.mailmap -rw-r--r-- 12.1 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 940 bytes
CONTRIBUTING.md -rw-r--r-- 22.5 KB
HISTORY.md -rw-r--r-- 349.4 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 49.8 KB
Makefile -rw-r--r-- 26.2 KB
NEWS.md -rw-r--r-- 1.8 KB
README.md -rw-r--r-- 7.4 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 10 bytes
julia.spdx.json -rw-r--r-- 35.8 KB
sysimage.mk -rw-r--r-- 4.1 KB

README.md

back to top