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

Client Builder: Add support for requiring Sliding Sync. #3569

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Jun 18, 2024

This PR is a small part of #3029 that moves (and tests) the check for mandatory sliding sync from the FFI into the SDK with the use of a ClientBuilder::requires_sliding_sync method.

@pixlwave pixlwave requested a review from a team as a code owner June 18, 2024 10:26
@pixlwave pixlwave requested review from Hywan and removed request for a team June 18, 2024 10:26
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.84%. Comparing base (8988094) to head (66b00ff).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3569      +/-   ##
==========================================
+ Coverage   83.79%   83.84%   +0.04%     
==========================================
  Files         253      253              
  Lines       25900    25905       +5     
==========================================
+ Hits        21704    21719      +15     
+ Misses       4196     4186      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@poljar poljar left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for writing this and doubly thanks for writing detailed tests for this.

@poljar poljar merged commit 748f40c into main Jun 20, 2024
38 checks passed
@poljar poljar deleted the doug/requires-sliding-sync branch June 20, 2024 12:27
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