You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix#3645] Show a spinner in the mode line while tests are running
Reuses the existing spinner infrastructure from cider-client.el.
The spinner starts when tests are dispatched and stops when results
arrive (or on error/not-found).
- Rename `cider-eval-spinner-type`, `cider-show-eval-spinner`, and `cider-eval-spinner-delay` to `cider-spinner-type`, `cider-show-spinner`, and `cider-spinner-delay`. The old names are kept as obsolete aliases.
0 commit comments