Skip to content

Conversation

rami3l
Copy link
Member

@rami3l rami3l commented Sep 7, 2025

Continuation of #4388.

When reviewing #4471 (cc @FranciscoTGouveia) I realized that the spinner should also be ASCII-compatible, i.e. my previous comment on the progress bar (#4426 (comment)) applies to spinners as well.

https://stackoverflow.com/a/12305221 proposes some options that meet this criterion:

  • The Bar: r"|/-\ "
  • The Ballon: ".oO@* "

... and even if I decided to go with The Bar for the familiarity (personally I have been seeing that a lot on Windows since I first learnt to use a PC), but please feel free to propose other options.

@rami3l rami3l requested review from djc and ChrisDenton September 7, 2025 11:00
@djc
Copy link
Contributor

djc commented Sep 7, 2025

Could also adapt to whether Unicode is available if we have a good way of detecting that.

@rami3l
Copy link
Member Author

rami3l commented Sep 8, 2025

Could also adapt to whether Unicode is available if we have a good way of detecting that.

Yup, I guess we can figure that out in another PR if possible :)

@rami3l rami3l added this pull request to the merge queue Sep 8, 2025
Merged via the queue into rust-lang:master with commit c810b55 Sep 8, 2025
29 checks passed
@rami3l rami3l deleted the fix/check-ascii-spinner branch September 8, 2025 02:19
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.

2 participants