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

store: fix shrinking slice during store #293

Merged
merged 1 commit into from
Jan 6, 2022
Merged

store: fix shrinking slice during store #293

merged 1 commit into from
Jan 6, 2022

Conversation

gjabell
Copy link
Contributor

@gjabell gjabell commented Jan 6, 2022

This allows storing a larger slice into a smaller slice, which would
previously be an invalid operation.

Fixes #287

This allows storing a larger slice into a smaller slice, which would
previously be an invalid operation.

Fixes #287
@guelfey
Copy link
Member

guelfey commented Jan 6, 2022

Perfect, thanks!

@guelfey guelfey merged commit 081901d into godbus:master Jan 6, 2022
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.

Error when shrinking a slice property
2 participants