Skip to content

Commit

Permalink
add compat note
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jun 19, 2023
1 parent 0041c39 commit 616cae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,9 @@ const StaleCacheKey = Tuple{Base.PkgId, UInt128, String, String}
Base.isprecompiled(pkg::PkgId)
Returns whether a given PkgId within the active project is precompiled.
!!! compat "Julia 1.10"
This function requires at least Julia 1.10.
"""
function isprecompiled(pkg::PkgId;
stale_cache::Dict{StaleCacheKey,Bool}=Dict{StaleCacheKey, Bool}(),
Expand Down

0 comments on commit 616cae6

Please sign in to comment.