/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/RelocationTestPkg3/src/RelocationTestPkg3.jl
7 строк
191 B
Florian
Add `track_content` option to allow hashing of `include_dependency`s (#51798)
08 фев 2024, 14:54
Не верифицирован
08 фев 2024, 14:54
b5bd10e
Код
Авторство
О чём код?
module RelocationTestPkg3 include_dependency("bar.txt", track_content=true) include_dependency("bardir", track_content=true) greet() = print("Hello World!") end # module RelocationTestPkg3