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

Remove setup.py link after successful _undo_develop #578

Merged
merged 1 commit into from
Sep 13, 2023

Commits on Sep 1, 2023

  1. Remove setup.py link after successful _undo_develop

    This function reverts a previous setuptools 'develop' operation, but
    doesn't actually clean up the artifacts under the build tree that it
    used to determine that 'develop' was previously used. The result is that
    after performing a build with --symlink-install, all subsequent builds
    of that package without --symlink-install will run the commands to
    "undo" the develop operation even if there is nothing to undo.
    
    This should provide a small performance improvement under those specific
    circumstances.
    cottsay committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    22348e9 View commit details
    Browse the repository at this point in the history