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

Plumb entire lockfile/internal only code through create_pex_from_targets #18622

Merged
merged 2 commits into from Mar 31, 2023

Conversation

thejcannon
Copy link
Member

Previously if _determine_requirements_for_pex_from_targets returns a PexRequest we'd short-circuit the rest of of the code resulting in main not being set on the PEX that we run (most likely in addition to other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it through the rest of the code, leveraging pex_path for the repo PEX.

Fixes #18552

@thejcannon thejcannon added needs-cherrypick category:bugfix Bug fixes for released features labels Mar 29, 2023
@thejcannon thejcannon added this to the 2.14.x milestone Mar 29, 2023
@benjyw benjyw merged commit 25c7f09 into pantsbuild:main Mar 31, 2023
17 checks passed
benjyw pushed a commit to benjyw/pants that referenced this pull request Mar 31, 2023
…gets` (pantsbuild#18622)

Previously if `_determine_requirements_for_pex_from_targets` returns a
`PexRequest` we'd short-circuit the rest of of the code resulting in
`main` not being set on the PEX that we run (most likely in addition to
other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it
through the rest of the code, leveraging `pex_path` for the repo PEX.

Fixes pantsbuild#18552
benjyw pushed a commit to benjyw/pants that referenced this pull request Mar 31, 2023
…gets` (cherrypick pantsbuild#18622)

Previously if `_determine_requirements_for_pex_from_targets` returns a
`PexRequest` we'd short-circuit the rest of of the code resulting in
`main` not being set on the PEX that we run (most likely in addition to
other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it
through the rest of the code, leveraging `pex_path` for the repo PEX.

Fixes pantsbuild#18552
benjyw pushed a commit to benjyw/pants that referenced this pull request Mar 31, 2023
…gets` (cherry-pick of pantsbuild#18622)

Previously if `_determine_requirements_for_pex_from_targets` returns a
`PexRequest` we'd short-circuit the rest of of the code resulting in
`main` not being set on the PEX that we run (most likely in addition to
other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it
through the rest of the code, leveraging `pex_path` for the repo PEX.

Fixes pantsbuild#18552
benjyw added a commit that referenced this pull request Mar 31, 2023
…gets` (Cherry-pick of #18622) (#18634)

Previously if `_determine_requirements_for_pex_from_targets` returns a
`PexRequest` we'd short-circuit the rest of of the code resulting in
`main` not being set on the PEX that we run (most likely in addition to
other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it
through the rest of the code, leveraging `pex_path` for the repo PEX.

Fixes #18552

Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
jsirois pushed a commit that referenced this pull request Mar 31, 2023
…gets` (cherry-pick of #18622) (#18636)

Previously if `_determine_requirements_for_pex_from_targets` returns a
`PexRequest` we'd short-circuit the rest of of the code resulting in
`main` not being set on the PEX that we run (most likely in addition to
other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it
through the rest of the code, leveraging `pex_path` for the repo PEX.

Fixes #18552

Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
jsirois pushed a commit that referenced this pull request Mar 31, 2023
…gets` (cherry-pick of #18622) (#18635)

Previously if `_determine_requirements_for_pex_from_targets` returns a
`PexRequest` we'd short-circuit the rest of of the code resulting in
`main` not being set on the PEX that we run (most likely in addition to
other bugs like local dists not existing either).

Refactored so that in this very specific case, we'd still make it
through the rest of the code, leveraging `pex_path` for the repo PEX.

Fixes #18552

Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
@thejcannon thejcannon deleted the fixissue18552 branch April 10, 2023 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python_sources are not runnable when run_against_entire_lockfile=true
4 participants