Bug fixes
- Fixed possible stack overflow when comparing against reproc specific errors such as
reproc::error::stream_closed.
Breaking changes
- Renamed
reproc::errortoreproc::errcto align withstd::errc. - Removed
reproc::error::unknown_errorbecause it was implemented wrong and doesn't really have a use since system errors are just stored instd::error_code.REPROC_UNKNOWN_ERRORis still available and hasn't changed.
Other changes
- The rest of the changes are documentation and tooling updates. Check the list of commits if you need more information.