File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2184,15 +2184,16 @@ function collect_manifest_warnings()
2184
2184
if ! isempty (unsuitable_manifests)
2185
2185
msg *= """
2186
2186
- Note that the following manifests in the load path were resolved with a different
2187
- julia version, which may be the cause of the error:
2187
+ julia version, which may be the cause of the error. Try to re-resolve them in the
2188
+ current version, or consider deleting them if that fails:
2188
2189
$(join (unsuitable_manifests, " \n " ))
2189
2190
"""
2190
2191
end
2191
2192
if ! isempty (dev_manifests)
2192
2193
msg *= """
2193
2194
- Note that the following manifests in the load path were resolved a potentially
2194
- different DEV version of the current version, which may be the cause
2195
- of the error :
2195
+ different DEV version of the current version, which may be the cause of the error.
2196
+ Try to re-resolve them in the current version, or consider deleting them if that fails :
2196
2197
$(join (dev_manifests, " \n " ))
2197
2198
"""
2198
2199
end
You can’t perform that action at this time.
0 commit comments