-
Notifications
You must be signed in to change notification settings - Fork 282
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
Fix/add exceptions for BMFF based files #2364
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2364 +/- ##
==========================================
+ Coverage 63.51% 64.14% +0.62%
==========================================
Files 119 119
Lines 20634 21071 +437
Branches 10245 10394 +149
==========================================
+ Hits 13106 13515 +409
- Misses 5399 5400 +1
- Partials 2129 2156 +27
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for me to change the exception type 👍
@piponazo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please backport to 0.27-maintenance as well. |
Gr8! Thank You so much. |
- This is a partial backport of Exiv2#2364. The new exceptions in `::setExifData()`/`::setIptcData()`/`::setXmpData()` are not included as they could change the control flow of the maintenance branch for the user. - Conan change is a backport of Exiv2#2361 - Closes Exiv2#2350
No description provided.