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

Switch to Pkg mode prompt immediately and load Pkg in the background #54594

Merged
merged 7 commits into from
Jun 4, 2024

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    5b919ce View commit details
    Browse the repository at this point in the history
  2. revert pkg_mode caching & tidy

    Reverts "Pkg REPL: cache `pkg_mode` lookup (JuliaLang#54359)"
    as this function is replaced when Pkg loads by a simpler repl switch so no caching is needed
    IanButterworth committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cf74683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd23f58 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    7de3591 View commit details
    Browse the repository at this point in the history
  2. reduce chance of race

    IanButterworth committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    38d57c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. add some precompiles

    IanButterworth committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bde18bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757fb70 View commit details
    Browse the repository at this point in the history