We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262a288 commit 01556a7Copy full SHA for 01556a7
stdlib/Artifacts/src/Artifacts.jl
@@ -693,7 +693,7 @@ macro artifact_str(name, platform=nothing)
693
local artifact_dict = load_artifacts_toml(artifacts_toml)
694
695
# Invalidate calling .ji file if Artifacts.toml file changes
696
- Base.include_dependency(artifacts_toml)
+ Base.include_dependency(artifacts_toml, track_content = true)
697
698
# Check if the user has provided `LazyArtifacts`, and thus supports lazy artifacts
699
# If not, check to see if `Pkg` or `Pkg.Artifacts` has been imported.
0 commit comments