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

fix: signal.pause is not available on Windows #5618

Merged
merged 4 commits into from
Jun 18, 2024

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Jun 15, 2024

@mofojed mofojed requested a review from dsmmcken June 15, 2024 00:53
@mofojed mofojed self-assigned this Jun 15, 2024
@mofojed mofojed added NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Jun 17, 2024
chipkent
chipkent previously approved these changes Jun 17, 2024
- Use os.system("pause") instead on Windows
- Need to test on Windows
- Seems to work correctly in testing
- Simplifies the logic for both Windows and Unix based systems
- Seems to have no other side effects
@mofojed mofojed merged commit 5501712 into deephaven:main Jun 18, 2024
15 checks passed
@mofojed mofojed deleted the 5525-signal-pause branch June 18, 2024 19:31
@github-actions github-actions bot locked and limited conversation to collaborators Jun 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Embedded server CLI won't work on windows without WSL
4 participants