File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2233,15 +2233,16 @@ function collect_manifest_warnings()
2233
2233
if ! isempty (unsuitable_manifests)
2234
2234
msg *= """
2235
2235
- Note that the following manifests in the load path were resolved with a different
2236
- julia version, which may be the cause of the error:
2236
+ julia version, which may be the cause of the error. Try to re-resolve them in the
2237
+ current version, or consider deleting them if that fails:
2237
2238
$(join (unsuitable_manifests, " \n " ))
2238
2239
"""
2239
2240
end
2240
2241
if ! isempty (dev_manifests)
2241
2242
msg *= """
2242
2243
- Note that the following manifests in the load path were resolved a potentially
2243
- different DEV version of the current version, which may be the cause
2244
- of the error :
2244
+ different DEV version of the current version, which may be the cause of the error.
2245
+ Try to re-resolve them in the current version, or consider deleting them if that fails :
2245
2246
$(join (dev_manifests, " \n " ))
2246
2247
"""
2247
2248
end
You can’t perform that action at this time.
0 commit comments