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 pex3 lock export: re-use --lock resolver. #1831

Merged
merged 3 commits into from
Jul 9, 2022

Commits on Jul 8, 2022

  1. Fix pex3 lock export: re-use --lock resolver.

    Previously the lock export utility was using out-dated logic from the
    early days of the lock project. Extract a `subset` operation from the
    lock resolver and have it and lock export share that code.
    
    Also properly plumb lock export target selection and validation of
    exactly one target with updated help and error messages to make it clear
    that locks can only be exported for a single target.
    
    Fixes pex-tool#1826
    Closes pex-tool#1645
    jsirois committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    23965d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a217c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a586d8 View commit details
    Browse the repository at this point in the history