https://github.com/JuliaLang/julia
Raw File
Tip revision: bb8451bf1920bb4d491b4f16d72763082fdb4c21 authored by Pepijn de Vos on 17 April 2023, 14:02:39 UTC
support making an IRInterpteretationState with a mismatched MI
Tip revision: bb8451b
download.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

cmd = `$(Base.julia_cmd()) --depwarn=no --startup-file=no download_exec.jl`
if !success(pipeline(cmd; stdout=stdout, stderr=stderr))
    error("download test failed, cmd : $cmd")
end
back to top