-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error update part 4: Rename the remaining types for consistency
* InvalidUtf16FirstUnit -> Utf16FirstUnitError * InvalidUtf16Array -> Utf16ArrayError * InvalidUtf16Slice -> Utf16SliceError * InvalidUtf16Tuple -> Utf16TupleError Mostly search & replace. The naming is still a bit inconsistent in that Utf*Error has the opposite meaning of NonAsciiError, NonBmpError and EmptyStrError. But those are empty structs with no variant to tell what's wrong, so it's not entirely arbitrary. I also considered renaming CodepointError back to InvalidCodepont to get consistency of the enums that way, but there's already Utf16PairError so I decided to complete what I started when I created that one.
- Loading branch information
Showing
6 changed files
with
41 additions
and
42 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