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

Support more of CPython's command-line options #1488

Open
Kodiologist opened this issue Jan 10, 2018 · 6 comments
Open

Support more of CPython's command-line options #1488

Kodiologist opened this issue Jan 10, 2018 · 6 comments

Comments

@Kodiologist
Copy link
Member

Kodiologist commented Jan 10, 2018

It could be useful for the hy executable to support more of CPython's command-line options. A few that we might want to support are -b, -B, -E, -O, and -S.

@waigx
Copy link
Contributor

waigx commented Mar 30, 2018

This sounds a good idea. I am going to grab -E supporting.

@vodik
Copy link
Contributor

vodik commented Mar 30, 2018

Oooh, reviewing -E made me think of something.

@Kodiologist might want to test how case insensitive the mangler is: https://docs.python.org/3.2/using/cmdline.html#envvar-PYTHONCASEOK

@Kodiologist
Copy link
Member Author

But then I'd have to run icky proprietary software.

@waigx
Copy link
Contributor

waigx commented Mar 30, 2018

I am honestly not familiar with PYTHONCASEOK... How does this effect the project? and why is icky related?

@refi64
Copy link
Contributor

refi64 commented Mar 30, 2018

Because it only has an effect on Windows and macOS, which are "icky" proprietary systems...

@waigx
Copy link
Contributor

waigx commented Mar 30, 2018

@kirbyfan64 haha gotcha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

4 participants