Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: when loading code for internal purposes, load stdlib files directly, bypassing DEPOT_PATH, LOAD_PATH, and stale checks #53326

Merged
merged 3 commits into from
Feb 23, 2024

Commits on Feb 21, 2024

  1. for internal purposes, load stdlib files directly, bypassing DEPOT_PA…

    …TH, LOAD_PATH, and stale checks
    
    Helps avoid the situation that the user can break important Pkg, REPL,
    Socket or similar features simply by choosing to remove @StdLib from
    their environment.
    vtjnash committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4d72853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a6b66 View commit details
    Browse the repository at this point in the history
  3. defer callbacks after precompile loading

    Preferable for all precompile code to finish loading, and not interrupt
    it to keep running various callbacks.
    vtjnash committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4f58564 View commit details
    Browse the repository at this point in the history