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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows-inspired tweaks to the UI #5883

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 17, 2024

  1. Hack: implement verbose output correctly on Windows

    This also contains a bug-fix for Linux as well with the handling of incomplete lines.
    dra27 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2791e59 View commit details
    Browse the repository at this point in the history
  2. Hack: Refactoring in OpamSystem

    Starting point was adding a ?text parameter (which wasn't needed) but also tidying
    a few bits and bobs.
    dra27 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    379b176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8682596 View commit details
    Browse the repository at this point in the history
  4. Hack: status improvements in OpamParallel

    Implementation is a waste of space, but PoCs two ideas:
    - Don't display _anything_ about a job until it has been running
      for at least 2 seconds (idea is that tiny jobs don't keep churning
      the status indicator)
    - After 5 seconds, display a spinner for jobs which updates if
      stdout/stderr has changed since the last refresh (a thread is used
      to poll for changes).
    dra27 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9c61d40 View commit details
    Browse the repository at this point in the history