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

Remove panic in print_tty and return a Result #114

Merged
merged 2 commits into from Aug 26, 2019
Merged

Commits on Aug 25, 2019

  1. As suggested in #103, printstd should avoid panicking.

    Thus, as an improvement, `printstd` now ignores errors, but don't return the printed size anymore.
    `print_tty` now returns a `Result` and can be used for better control.
    phsym committed Aug 25, 2019
    Copy the full SHA
    cb6a033 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2040ec8 View commit details
    Browse the repository at this point in the history