-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rename `string::escape_unicode` to `string::format_unicode_debug_into`. - Rename writer type parameters to `W` for int and unicode debug formatters. - Remove `&mut` from writer parameter. - Remove the `impl From<fmt::Error> for WriteError` conversion. - Sync docs for `format_unicode_debug_into` from BurntSushi/bstr#37. While fixing up the use of `escape_unicode` in `artichoke-frontend`, I got a bit distracted and let the scope of this change creep. - Unify Ruby CLI errors on `Exception`. Imports `IOError` and `LoadError` to manually construct some errors from strings. - Do not use `eprintln!` in `artichoke` binary to suppress broken pipe errors instead of panicking. - Set exit code to 1 on error in `artichoke` binary.
- Loading branch information
Showing
8 changed files
with
78 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters