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

split pex more cleanly into its runtime and the build tool #88

Open
wickman opened this issue Apr 17, 2015 · 0 comments
Open

split pex more cleanly into its runtime and the build tool #88

wickman opened this issue Apr 17, 2015 · 0 comments
Labels
enhancement performance tech-debt Issue that addresses technical debt.
Milestone

Comments

@wickman
Copy link
Contributor

wickman commented Apr 17, 2015

Right now there is the pex CLI and its related "build" tooling (e.g. resolver and the like.) Then there's pex/pex.py, pex/environment.py and the like which is linked into the PEX file at runtime. Some of this is shared and some of it is only used by one or the other. Pieces in each camp should likely be clustered together.

@wickman wickman added this to the 2.0 milestone Aug 12, 2015
@jsirois jsirois added tech-debt Issue that addresses technical debt. performance labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement performance tech-debt Issue that addresses technical debt.
Projects
None yet
Development

No branches or pull requests

2 participants