Fix colorSRGBToOKLCH/colorOKLCHToSRGB for mix of const and non-const args#83906
Merged
azat merged 2 commits intoClickHouse:masterfrom Jul 18, 2025
Merged
Fix colorSRGBToOKLCH/colorOKLCHToSRGB for mix of const and non-const args#83906azat merged 2 commits intoClickHouse:masterfrom
azat merged 2 commits intoClickHouse:masterfrom
Conversation
…args It is suboptimal, but I don't think it worth to add specific implementations for const arguments for this functions
1 task
Contributor
rschu1ze
approved these changes
Jul 17, 2025
Member
Author
|
Merged
via the queue into
ClickHouse:master
with commit Jul 18, 2025
d028d72
115 of 125 checks passed
robot-ch-test-poll1
added a commit
that referenced
this pull request
Jul 18, 2025
Cherry pick #83906 to 25.7: Fix colorSRGBToOKLCH/colorOKLCHToSRGB for mix of const and non-const args
robot-clickhouse
added a commit
that referenced
this pull request
Jul 18, 2025
…x of const and non-const args
clickhouse-gh bot
added a commit
that referenced
this pull request
Jul 18, 2025
Backport #83906 to 25.7: Fix colorSRGBToOKLCH/colorOKLCHToSRGB for mix of const and non-const args
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note for reviewer - the first patch is cleanup, the last is the fix
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix colorSRGBToOKLCH/colorOKLCHToSRGB for mix of const and non-const args
CI: https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=83828&sha=4135e8d6906675587e90eca9ea91cd2b2493be27&name_0=PR&name_1=AST%20fuzzer%20%28amd_debug%29
Fixes: #83679