Skip to content

Commit

Permalink
Update stale_deps.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Mar 6, 2024
1 parent 18c9f9c commit f6ce611
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stale_deps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ directly, this can be achieved via transitivity as well.
not check if a package extension indeed loads all of its trigger
dependencies using `import` or `using`.
!!! warning "Known bug"
Currently, `Aqua.test_stale_deps` does not detect stale
dependencies when they are in the sysimage. This is considered a
bug and may be fixed in the future. Such a release is considered
non-breaking.
# Arguments
- `packages`: a top-level `Module`, a `Base.PkgId`, or a collection of
them.
Expand Down

0 comments on commit f6ce611

Please sign in to comment.