-
Notifications
You must be signed in to change notification settings - Fork 281
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
change print of Exif.Canon.SerialNumber #2806
change print of Exif.Canon.SerialNumber #2806
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2806 +/- ##
==========================================
+ Coverage 63.88% 63.89% +0.01%
==========================================
Files 103 103
Lines 22381 22392 +11
Branches 10873 10881 +8
==========================================
+ Hits 14297 14307 +10
Misses 5862 5862
- Partials 2222 2223 +1 ☔ View full report in Codecov by Sentry. |
rebase to main |
d05e5cc
to
ef27287
Compare
output now aligned with Canon Photo Digital Professional 4 as print0x000c was also used for 0x000a, new function print0x000a as copy from old print0x000c
I did a rebase. |
This pull request is waiting for approving review since 5 months. Are there reasons not to approve this request or was it just lost out of sight? |
Please fix the CodeQL warnings: either check the |
CodeQL warnings are fixed, but "On PRs - Mac Special Builds / macOS - XCode - Release+Sanitizers (pull_request)" fails. From job output I have no idea, what is the reason for that. |
Thanks. That one has been failing for a while, and is not related to your change. I'll take another pass and approve when O get a chance. |
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, thank you!
@mergify backport 0.28.x |
✅ Backports have been created
|
reference: #2792
In general serial number is just printed as decimal. Exception for EOS D30, where higher bytes are printed as hex, lower bytes as decimal, the format, which was used for all Canon devices before this change.
Output is now aligned with Canon Photo Digital Professional 4 (except leading zeros). A few exceptions, where the images have two entries in Exif.Canon.SerialNumber (which looks strange): then Canon Photo Digital Professional shows only one number.
As print0x000c was also used for 0x000a, new function print0x000a as copy from old print0x000c.