/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Compiler/test/special_loading.jl
13 строк
625 B
Lionel Zoubritzky
Change delayed delete mechanism to prevent cross-drive mv failure for in-use DLL (#59635)
01 окт 2025, 18:06
Не верифицирован
01 окт 2025, 18:06
3e2a4ed
Код
Авторство
О чём код?
# This file is a part of Julia. License is MIT: https://julialang.org/license # Only run when testing Base compiler if Base.identify_package("Compiler") === nothing include(joinpath(Sys.BINDIR, Base.DATAROOTDIR, "julia", "test", "tempdepot.jl")) mkdepottempdir() do dir withenv("JULIA_DEPOT_PATH" => dir * (Sys.iswindows() ? ";" : ":"), "JULIA_LOAD_PATH" => nothing) do cd(joinpath(@__DIR__, "CompilerLoadingTest")) do @test success(pipeline(`$(Base.julia_cmd()[1]) --startup-file=no --project=. compiler_loading_test.jl`; stdout, stderr)) end end end end