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

Use CRDT.Access in AWORMap protocol implementation #7

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

nassim-platogo
Copy link
Contributor

Similar to 7d6bb04

Previously, when using get_in or put_in on an AWORMap, it would assume that nested elements were AWORMap themselves.
Now, it could be any type that implements CRDT.Access.

Previously, when using `get_in` or `put_in` on an `AWORMap`, it would assume that nested elements were `AWORMap` themselves.
Now, it could be any type that implements `CRDT.Access`.
@nassim-platogo nassim-platogo self-assigned this Jan 24, 2024
@nassim-platogo nassim-platogo merged commit cb51418 into main Feb 20, 2024
@nassim-platogo nassim-platogo deleted the feature/fix-awormap-crdtaccess branch February 20, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants