-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Immutable vectors #204
Immutable vectors #204
Conversation
@astronouth7303 Would it be possible to make it work with both versions of Currently the vector 1.0 release should block on this (because |
PS: Once #232 lands, this branch should update the version dependency on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I think this is good to go once ppb-vector1.0.0a1 is available.
I would like to get this merged in. Maybe we can rollback the docker stuff until Cirrus improves their container caching? |
I'm okay with that. @nbraud That was your work, what're your thoughts? |
bors r+ |
Merge conflict |
bors r+ |
Already running a review |
bors retry |
All issues brought up have been resolved
Build succeeded
|
Refactor the sides APIs to not mutate Vectors anymore.
Closes #188
(Note: This is WIP because it depends on Vector 1.0 APIs. It is otherwise ready for review.)