Skip to content
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

CBL-4331: Remove C4QueryOptions parameter from c4query_run #1841

Merged
merged 3 commits into from
Jul 19, 2023

Conversation

callumbirks
Copy link
Contributor

⚠️ API has changed for platforms.
Behaviour does not change, as the parameter is not used internally.
All platforms are only using default parameter, so is an easy change for the platforms.

@cbl-bot
Copy link

cbl-bot commented Jul 17, 2023

Code Coverage Results:

Type Percentage
branches 68.19
functions 79.53
instantiations 36.13
lines 79.14
regions 75.85

@jianminzhao
Copy link
Contributor

"All platforms are only using default parameter" -- even if they use non-default, it is disregarded, right?

@callumbirks
Copy link
Contributor Author

"All platforms are only using default parameter" -- even if they use non-default, it is disregarded, right?

@jianminzhao Yeah - I point it out just to show it's a pretty easy fix for everyone when we change the API.

Copy link
Member

@borrrden borrrden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"API has changed" is not a good enough message, and it needs to be in the COMMIT message in the final commit. It should detail what needs to change from the API consumer point of view. Please do this when squashing, along with the warn symbol.

@callumbirks callumbirks merged commit 3de8104 into master Jul 19, 2023
8 checks passed
@callumbirks callumbirks deleted the CBL-4331 branch July 19, 2023 11:34
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.

4 participants