Skip to content

Conversation

RobinMalfait
Copy link
Member

This PR fixes an issue where .hdr files were scanned for candidates even though it's a binary file.

As a workaround today, you could use:

@source not "**/*.hdr";

To ignore .hdr files, but let's bake it in by default instead.

Fixes: #18733

@RobinMalfait RobinMalfait requested a review from a team as a code owner August 14, 2025 09:30
@thecrypticace
Copy link
Contributor

We should add exr as well. It's also a common HDR image format.

@RobinMalfait
Copy link
Member Author

@thecrypticace added .exr as well. Going to sneak it into the next release 👀

@RobinMalfait RobinMalfait changed the title Mark .hdr as a binary extension Mark .hdr and .exr as binary extensions Aug 14, 2025
@RobinMalfait RobinMalfait merged commit 88a8234 into main Aug 14, 2025
7 checks passed
@RobinMalfait RobinMalfait deleted the fix/issue-18733 branch August 14, 2025 12:32
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.

.hdr files causes invalid codepoint 1234
2 participants