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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up pry require with autoloading #2250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 19, 2022

  1. Speed up pry require with autoloading

    - Autoload pry constants.
    - Lazily initialize pry config.
    - Move Pry::Command::Ls::DEFAULT_OPTIONS to Pry::Config::DEFAULT_LS_OPTIONS
      to avoid loading commands early.
    - Require commands when pry starts.
    gmcgibbon committed May 19, 2022
    Configuration menu
    Copy the full SHA
    9f7ec74 View commit details
    Browse the repository at this point in the history