-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a variety of size hint bugs in text's fusion framework. These issues fell broadly into two classes, * Code point/code unit confusion * Inappropriate bounds It seems the most of the latter were introduced when the Size type was extended to track both upper and lower bounds in f4fc30c. These could manifest in a variety of issues similar to #197.
- Loading branch information
Showing
2 changed files
with
60 additions
and
28 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