Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[loading] Search in Sys.STDLIB if name/uuid is known.
Locating a package with known uuid means the uuid was either found in a manifest in LOAD_PATH or a "package folder" in LOAD_PATH. However, this lookup fails for stdlibs that are not in the sysimage, even if they have been explicitly added to project/manifest by the user. This patch allows looking in Sys.STDLIB for stdlibs, fixes #39504.
- Loading branch information