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

Release 1.4.8 #560

Closed
jsirois opened this issue Sep 27, 2018 · 3 comments
Closed

Release 1.4.8 #560

jsirois opened this issue Sep 27, 2018 · 3 comments
Assignees
Labels

Comments

@jsirois
Copy link
Member

jsirois commented Sep 27, 2018

User facing issues on the docket:

@jsirois jsirois self-assigned this Sep 28, 2018
@jakethedev
Copy link
Contributor

The #563 fixes would just so happen to solve a big problem for me right now, we have surprising demand for 'task runners' in python that the -m or -c at runtime would gracefully solve

I'm asking 100% out of curiosity, is there an ETA until this drops? And will -m/-c at runtime work with any future pex artifacts built with 1.4.8?

@jsirois
Copy link
Member Author

jsirois commented Oct 4, 2018

I've been aiming for release the last 4 days - today should be the day and we'll support -m and -c at least until python drops or changes support - the ~whole point is to act like a hermetic python interpreter.

NB: Pex has supported (pex --help-varables) the -m behavior via environment variables for a very long time:

$ PEX_MODULE=app:main ./app.pex
$ PEX_MODULE=tool:fix ./app.pex

So the -m support just allows you to switch from the PEX_MODULE env-var to the -m option like python uses.

jsirois added a commit to jsirois/pex that referenced this issue Oct 4, 2018
jsirois added a commit that referenced this issue Oct 4, 2018
@jsirois
Copy link
Member Author

jsirois commented Oct 4, 2018

Released:

@jsirois jsirois mentioned this issue Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants