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

[5/x] Clean up Synchronized wrapper #275

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

andrewchang-bird
Copy link
Contributor

@andrewchang-bird andrewchang-bird commented Jan 19, 2022

Stack

πŸ“š #275 ← [5/x] Clean up Synchronized wrapper
πŸ“š #274 [4/x] Fix nested optional property and Obj-C types
πŸ“š #273 [3/x] Improve compile-time checks for Swift mocks
πŸ“š #272 [2/x] Remove Obj-C based nil check
πŸ“š #271 [1/x] Add Algolia DocSearch to the documentation

Overview

Minor cleanup of the Synchronized wrapper to make the behavior better conform to a standard RW lock. Once the migration to Swift Concurrency is complete we should remove this in favor of actors.

Test Plan

  • CI tests pass

@andrewchang-bird andrewchang-bird force-pushed the dev/andrewchang-bird/fix-nullability-handling branch from 6ac5ed9 to 6f51908 Compare January 19, 2022 20:42
Base automatically changed from dev/andrewchang-bird/fix-nullability-handling to master January 19, 2022 21:27
@andrewchang-bird andrewchang-bird force-pushed the dev/andrewchang-bird/cleanup-synchronized branch from 11f5a57 to 29455e5 Compare January 19, 2022 21:28
@andrewchang-bird andrewchang-bird merged commit 6c32fb1 into master Jan 19, 2022
@andrewchang-bird andrewchang-bird deleted the dev/andrewchang-bird/cleanup-synchronized branch January 19, 2022 22:38
andrewchang-bird added a commit that referenced this pull request Jan 19, 2022
## Overview

Minor cleanup of the `Synchronized` wrapper to make the behavior better
conform to a standard RW lock. Once the migration to Swift Concurrency
is complete we should remove this in favor of actors.

## Test Plan

- CI tests pass
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.

None yet

2 participants