We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d07d2 commit 4060c45Copy full SHA for 4060c45
base/loading.jl
@@ -4232,7 +4232,6 @@ end
4232
# file before comparing it with `modpath`.
4233
stdlib_path = fixup_stdlib_path(includes[1].filename)
4234
if !(isreadable(stdlib_path) && samefile(stdlib_path, modpath))
4235
- !samefile(fixup_stdlib_path(includes[1].filename), modpath)
4236
@debug "Rejecting cache file $cachefile because it is for file $(includes[1].filename) not file $modpath"
4237
record_reason(reasons, "different source file path")
4238
return true # cache file was compiled from a different path
0 commit comments