Revision a79c6f4b44024fb5f55c2c8e6bb9c5e6f356b16a authored by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC, committed by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC
We can delete the `[vcat|hcat]() = Any[]` methods and get more type
stability for calls like
`Core._apply_iterate(Base.iterate, Base.vcat, ::Vector{Vector{Int}}))`.
This change is backward compat since `[vcat|hcat]()` still returns `Any[]`.
1 parent d12ac36
History
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 294 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 493 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-- 23.1 KB
HISTORY.md -rw-r--r-- 363.1 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 52.3 KB
Makefile -rw-r--r-- 27.9 KB
NEWS.md -rw-r--r-- 883 bytes
README.md -rw-r--r-- 7.3 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 11 bytes
julia.spdx.json -rw-r--r-- 35.8 KB
sysimage.mk -rw-r--r-- 4.1 KB

README.md

back to top