-
Notifications
You must be signed in to change notification settings - Fork 76
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
Subset object fails to encode if table data is empty #39
Comments
mojavelinux
added a commit
to mojavelinux/ttfunk
that referenced
this issue
Mar 26, 2017
…ro-length string
This bug causes ttfunk to crash when working with many fonts. As a result, Prawn is unusable. |
mojavelinux
added a commit
to asciidoctor/asciidoctor-pdf
that referenced
this issue
Mar 26, 2017
- apply patch for prawnpdf/ttfunk#39 - add case to chronicles-example.adoc that demonstrates problem - remove comment about crash
This is fixed in 1.5.1. |
pointlessone
pushed a commit
that referenced
this issue
Apr 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the data in one of the tables is empty, the Subset object fails to encode. This bug was introduced when the checksum method was rewritten prior to 1.5.0.
See 129d423#diff-45b279937f00663adf564be8dead1e57L126
The method no longer accounts for a zero-length string. When the string is empty, the method returns false instead of 0.
The text was updated successfully, but these errors were encountered: