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 --pip-log re-use. #2570

Merged
merged 6 commits into from
Oct 25, 2024
Merged

Fix --pip-log re-use. #2570

merged 6 commits into from
Oct 25, 2024

Commits on Oct 23, 2024

  1. Fix --pip-log re-use.

    Previously, when only 1 resolve target was specified, a `--pip-log`
    would be re-used which would append the current Pip log outout with the
    prior output. For a normal PEX build, this was potentially confusing,
    but for a `pex3 lock` command it could lead to errors since the log is
    used to generate the lock.
    
    Fixes pex-tool#2568
    jsirois committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5c41a32 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    7872b3d View commit details
    Browse the repository at this point in the history
  2. Fix missed PipLog.

    jsirois authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8950696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c21667d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e19e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ba7ac View commit details
    Browse the repository at this point in the history