Skip to content

fix: Don't warn about correct EXIF orientation values. - #8483

Merged
j-g00da merged 1 commit into
mainfrom
j-g00da/fix-eager-logs-in-unwrap-or
Jul 27, 2026
Merged

fix: Don't warn about correct EXIF orientation values.#8483
j-g00da merged 1 commit into
mainfrom
j-g00da/fix-eager-logs-in-unwrap-or

Conversation

@j-g00da

@j-g00da j-g00da commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

unwrap_or is eagerly evaluated,
which caused always printing the WARN log,
even if EXIF orientation value is correct
(and not ignored).

`unwrap_or` is eagerly evaluated,
which caused always printing the WARN log,
even if EXIF orientation value is correct
(and not ignored).

Signed-off-by: Jagoda 艢l膮zak <jslazak@jslazak.com>
@j-g00da
j-g00da requested a review from iequidoo July 27, 2026 11:48
@j-g00da

j-g00da commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Discovered this working on #8457, I checked all other unwrap_or usages.

@j-g00da
j-g00da enabled auto-merge (squash) July 27, 2026 12:24
@j-g00da
j-g00da merged commit df4197d into main Jul 27, 2026
30 checks passed
@j-g00da
j-g00da deleted the j-g00da/fix-eager-logs-in-unwrap-or branch July 27, 2026 14:08
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.

2 participants