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

Preliminary Array Insertion #130

Merged

Conversation

Waidhoferj
Copy link
Collaborator

Fixes #126

YArray.extend works with preliminary YTypes once again!

Changes

  • Updated YArray::insert_multiple_at to correctly check for preliminary types and gracefully handle errors.

Testing

  • Updated test_inserts in test_y_array.py to ensure insertions and extensions work with preliminary types.

Fixes y-crdt#126

`YArray.extend` works with preliminary YTypes once again!

## Changes
- Updated `YArray::insert_multiple_at` to correctly check for preliminary types and gracefully handle errors.

## Testing
- Updated `test_inserts` in test_y_array.py to ensure insertions and extensions work with preliminary types.
@Waidhoferj Waidhoferj requested review from davidbrochart and a team March 14, 2023 16:41
@Waidhoferj Waidhoferj self-assigned this Mar 14, 2023
@Waidhoferj Waidhoferj added the bug Something isn't working label Mar 14, 2023
Copy link
Collaborator

@davidbrochart davidbrochart left a comment

Choose a reason for hiding this comment

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

Thanks @Waidhoferj !

@davidbrochart davidbrochart merged commit fe07f87 into y-crdt:main Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultipleIntegrationError
3 participants