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
Raw File
Project.toml
name = "TOML"
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
version = "1.0.3"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

[compat]
julia = "1.6"

[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"

[targets]
test = ["Downloads", "p7zip_jll", "Tar", "Test"]
back to top