Skip to content

Commit

Permalink
add tip to use pkg> status --manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 6, 2024
1 parent c340da4 commit 00eb826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2687,6 +2687,7 @@ function __require_prelocked(pkg::PkgId, env)
A dependency is already loaded with a different version than the version specified in the active environment.
$(repr("text/plain", pkg)) will be loaded directly and not precompiled.
There may be unexpected issues due to the dependency version mismatch.
Use `pkg> status --manifest` to review the mismatched dependency versions.
"""
else
@warn "Skipping precompilation due to precompilable error. Importing $(repr("text/plain", pkg)) directly." exception=loaded
Expand Down

0 comments on commit 00eb826

Please sign in to comment.