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
Raw File
Tip revision: 5cac5b92980d67e688e6cfafd6e7b22b55d6e9f5 authored by Jameson Nash on 09 February 2022, 19:21:14 UTC
implement promote for BitArray (#44096)
Tip revision: 5cac5b9
.codecov.yml
coverage:
  status:
    project: off
    patch: off
back to top