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

Remove all uses of freeze #1308

Merged
merged 3 commits into from
Mar 14, 2023
Merged

Remove all uses of freeze #1308

merged 3 commits into from
Mar 14, 2023

Conversation

cmelchior
Copy link
Contributor

Closes #1294

This PR removes all uses of freeze. It was already a no-op when moving to the new memory model and we just kept it to be able to shift back easily. But there has been no pushback against moving to the new memory model, so might as well cleanup the code.

@cla-bot cla-bot bot added the cla: yes label Mar 8, 2023
@cmelchior cmelchior requested review from rorbech and clementetb and removed request for rorbech March 8, 2023 17:19
Christian Melchior added 2 commits March 13, 2023 10:05
# Conflicts:
#	packages/test-base/src/androidAndroidTest/kotlin/io/realm/kotlin/test/shared/notifications/RealmListNotificationsTests.kt
#	packages/test-base/src/androidAndroidTest/kotlin/io/realm/kotlin/test/shared/notifications/RealmSetNotificationsTests.kt
@cmelchior cmelchior merged commit 3aaa027 into main Mar 14, 2023
@cmelchior cmelchior deleted the cm/remove-freezse branch March 14, 2023 12:48
@Skaldebane
Copy link

Hi! This is all great, but the documentation on mongodb.com has not been updated to reflect this fact, which was confusing since I knew that "freezing" was no longer necessary in Kotlin/Native.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove old memory model-related freeze calls
3 participants