Skip to content

BUG: Handle annotations being None on merging#3111

Merged
stefan6419846 merged 1 commit intomainfrom
issue3110
Feb 9, 2025
Merged

BUG: Handle annotations being None on merging#3111
stefan6419846 merged 1 commit intomainfrom
issue3110

Conversation

@stefan6419846
Copy link
Collaborator

Closes #3110.

@codecov
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.48%. Comparing base (5a50b57) to head (1883834).
Report is 108 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3111   +/-   ##
=======================================
  Coverage   96.48%   96.48%           
=======================================
  Files          52       52           
  Lines        8811     8813    +2     
  Branches     1614     1615    +1     
=======================================
+ Hits         8501     8503    +2     
  Misses        185      185           
  Partials      125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefan6419846 stefan6419846 merged commit 912b50c into main Feb 9, 2025
16 checks passed
@stefan6419846 stefan6419846 deleted the issue3110 branch February 9, 2025 09:10
stefan6419846 added a commit that referenced this pull request Feb 9, 2025
## What's new

### New Features (ENH)
- Handle attachments in /Kids and provide object-oriented API (#3108) by @stefan6419846

### Bug Fixes (BUG)
- Handle annotations being None on merging (#3111) by @stefan6419846

### Robustness (ROB)
- Prevent excessive layout mode text output from Type3 fonts (#3082) by @shartzog

### Documentation (DOC)
- stefan6419846 becomes BDFL of pypdf (#3078) by @MartinThoma

### Developer Experience (DEV)
- Remove ignoring multiple Ruff rules by @j-t-1
- Remove unused mutmut configuration (#3092) by @stefan6419846

### Testing (TST)
- Fix warning assertions to use `pytest.warns()` (#3083) by @mgorny

[Full Changelog](5.2.0...5.3.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error 'NoneType' object is not iterable is raised when merging documents with /Annots of value None in pages

1 participant