From 85f088911739a0eee970bc17c487f594973113ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Mon, 25 Sep 2023 16:54:57 +0200 Subject: [PATCH] Update src/persistent_tasks.jl Co-authored-by: Max Horn --- src/persistent_tasks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persistent_tasks.jl b/src/persistent_tasks.jl index e273f6ac..1ba3b9ad 100644 --- a/src/persistent_tasks.jl +++ b/src/persistent_tasks.jl @@ -93,7 +93,7 @@ end Aqua.find_persistent_tasks_deps(package; broken = Dict{String,Bool}(), kwargs...) Test all the dependencies of `package` with [`Aqua.test_persistent_tasks`](@ref). -On Julia 1.10 and higher, you returns a list of all dependencies failing the test. +On Julia 1.10 and higher, it returns a list of all dependencies failing the test. These are likely the ones blocking precompilation of your package. Any additional kwargs (e.g., `tmax`) are passed to [`Aqua.test_persistent_tasks`](@ref).