/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Compiler/test/setup_Compiler.jl
16 строк
474 B
Cédric Belmant
Run Compiler tests in parallel for `Pkg.test`, continued (#57987)
07 апр 2025, 17:26
Не верифицирован
07 апр 2025, 17:26
9d00b57
Код
Авторство
О чём код?
# This file is a part of Julia. License is MIT: https://julialang.org/license using InteractiveUtils: @activate if Base.identify_package("Compiler") !== nothing && !isdefined(Main, :__custom_compiler_active) Base.eval(Main, :(__custom_compiler_active=true)) @activate Compiler end if !@isdefined(Compiler) if Base.REFLECTION_COMPILER[] === nothing using Base.Compiler: Compiler else const Compiler = Base.REFLECTION_COMPILER[] end end