https://github.com/JuliaLang/julia
Raw File
Tip revision: a79c6f4b44024fb5f55c2c8e6bb9c5e6f356b16a authored by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC
improve type stability of `[hcat|vcat](arrays::Vector{T}...) where T`
Tip revision: a79c6f4
objconv.version
## jll artifact
# Objconv (we don't ship this, so no need for a fake JLL; therefore we specify the JLL_VER here instead of in a `stdlib/Objconv_jll/Project.toml` file)
OBJCONV_JLL_NAME := Objconv
OBJCONV_JLL_VER  := 2.49.1+0

## source build
OBJCONV_VER := 2.49.1
back to top