https://github.com/JuliaLang/julia
Raw File
Tip revision: 0fd5477e83469cb68856455ee43b48986f8de483 authored by Jishnu Bhattacharya on 30 June 2023, 07:44:08 UTC
Add AbstractOneTo that a 1-based axis may subtype
Tip revision: 0fd5477
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