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

fix: don't invoke asdf inside asdf commands #1208

Merged
merged 3 commits into from Apr 25, 2022

Commits on Apr 20, 2022

  1. fix: don't invoke asdf inside asdf commands

    Recursive calls have a number of disadvantages:
    
    * Poorer performance since each invocation spawns and new process and re-executes all the code in bin/asdf
    * Makes debugging more difficult
    * More likely to introduce subtle bugs and the possibility for infinite loops
    Stratus3D committed Apr 20, 2022
    Copy the full SHA
    1aa5e31 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48f9ba0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0e1fbba View commit details
    Browse the repository at this point in the history