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

Improved error handling and documentation #23

Merged
merged 2 commits into from
Jun 20, 2017

Commits on Jun 17, 2017

  1. Improved error handling and documentation

     - Avoid panics.
     - Cleanup resources on error.
     - Document errors.
     - Document SIGTERM.
     - `no_run` examples.
     - Use nix crate instead of raw libc bindings.
     - Use std::io::Error for system errors and errno.
     - Simplify Error enum.
     - Use sigaction() instead of signal().
    henninglive committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    5f1a755 View commit details
    Browse the repository at this point in the history
  2. Custom test harness

     - Run tests on a secondary console on windows.
     - Workaround for GenerateConsoleCtrlEvent() signaling the whole process group.
     - Enforces serialization and deterministic order for tests.
     - Uses SetStdHandle(). This breaks Rust's stdout for Rust pre 1.18.0.
    henninglive committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    9f91508 View commit details
    Browse the repository at this point in the history