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 CLI spinner on PyPy on Windows #396

Merged
merged 6 commits into from
Sep 20, 2024
Merged

Conversation

fohrloop
Copy link
Owner

@fohrloop fohrloop commented Sep 20, 2024

Closes: #274
Amends: #393

The CLI spinner should show ⢎⡡ but PyPy has problems with unicode characters on Windows (printed as ÔóÄÔí░). Therefore, using the old ["|", "/", "-", "\\"] spinner when on PyPy+Windows.

@fohrloop fohrloop force-pushed the issue-274-pypy-support-windows branch from 42640d6 to 3c26b38 Compare September 20, 2024 12:43
@fohrloop fohrloop changed the title Issue 274 pypy support windows Fix CLI spinner on PyPy on Windows Sep 20, 2024
@fohrloop fohrloop merged commit 55cce46 into main Sep 20, 2024
17 checks passed
@fohrloop fohrloop deleted the issue-274-pypy-support-windows branch September 20, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PyPy support
1 participant