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

[WIP] Windows support #481

Closed
wants to merge 14 commits into from
Closed

[WIP] Windows support #481

wants to merge 14 commits into from

Conversation

astaff
Copy link
Contributor

@astaff astaff commented Feb 7, 2019

This PR contains the following changes:

@astaff astaff added the In progress started working on the item label Feb 7, 2019
@astaff astaff requested review from asvetlov and dalazx February 7, 2019 23:26
image: Visual Studio 2015

environment:
# ensure Python 3.6 is first in path
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor. 3.6 or 3.7? the path below has Python37.

@@ -163,6 +164,10 @@ def help(ctx: click.Context, command: Sequence[str]) -> None:


def main(args: Optional[List[str]] = None) -> None:
if sys.platform == "win32":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor. should we extract a constant and reuse throughout?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The constant is obvious, send contained, and will never change.
I think using strings for such cases is pretty satisfactory.

@asvetlov
Copy link
Contributor

Implemented by #548

@asvetlov asvetlov closed this Feb 28, 2019
@asvetlov asvetlov deleted the windows-support branch May 17, 2019 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLIents In progress started working on the item platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants