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

Implement support for preserving and injecting Python args. #2427

Merged
merged 6 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Extract PEX bootstrap code string.

    This is the code that ends up in PEX `__main__.py` and it could benefit
    from formatting, linting and type checking.
    jsirois committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    138ec81 View commit details
    Browse the repository at this point in the history
  2. Support passing through Python args.

    This support does not work for `PyPy<3.10` but it does work for all
    other Pythons Pex supports.
    jsirois committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5067efe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa87013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    948c64b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b6658 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. I <3 macOS.

    jsirois committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    dfebed3 View commit details
    Browse the repository at this point in the history