https://github.com/JuliaLang/julia
Raw File
Tip revision: ec5e702ed89536b6f441ce8059e531e6e70a3277 authored by Kristoffer Carlsson on 03 March 2023, 13:47:40 UTC
fixup! fixup! effects: taint `nonoverlayed` when bailing out inference (#48838)
Tip revision: ec5e702
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