Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure package callbacks are invoked when no valid precompile file ex…
…ists for an "auto loaded" stdlib (#54248) The `_require` call skips the logic for running package callbacks (and extension triggers) so if Pkg is loaded in the startup file and then REPL failed to load from `_require_search_from_serialized` (and instead loaded via `_require`) the REPL extension from Pkg would not load. (cherry picked from commit 3265387)
- Loading branch information