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

enable progress bar on all UNIX platforms #8054

Merged
merged 1 commit into from
Mar 30, 2020

Commits on Mar 30, 2020

  1. enable progress bar on all UNIX platforms

    The progress bar rendered at the base of ongoing output from Cargo is
    presently only drawn on a subset of UNIX platforms: FreeBSD, Linux, and
    Mac OS.  The functionality required is basic, and essentially
    universally available: "ioctl()", "TIOCGWINSZ", and "STDERR_FILENO".
    
    When your platform is not in this list, the difference in behaviour is
    subtle and the exact mechanism is difficult to locate.  It would be
    better to fail to build on new ports until these definitions become
    available in the libc crate for those platforms.
    jclulow committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    53094e3 View commit details
    Browse the repository at this point in the history