Commit 3265387
authored
ensure package callbacks are invoked when no valid precompile file exists 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.1 parent 6023ad6 commit 3265387
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2547 | 2547 | | |
2548 | 2548 | | |
2549 | 2549 | | |
2550 | | - | |
| 2550 | + | |
2551 | 2551 | | |
2552 | 2552 | | |
2553 | 2553 | | |
| |||
0 commit comments