100% pass rate: 949/949 examples (0 failures) - #24
Merged
Conversation
XMP sync hook: - Prepend to Document#write for in-memory documents only - Skips documents read from files (no metadata modification) - Only syncs when /Info dict has a Title FontFile2: - TrueType fonts loaded from file/IO get /FontFile2 stream - FontDescriptor references the embedded font data Fixes the last 2 remaining test failures, bringing pass rate from 88% (112 failures) to 100% (0 failures) across 23 PRs.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
100% pass rate achieved: 949/949 examples, 0 failures.
From 112 failures (88%) to 0 failures (100%) across 23 PRs.
Final fixes:
What was implemented across all PRs