-
Notifications
You must be signed in to change notification settings - Fork 196
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
Make MangedBytes and VectorOf movable #1974
Conversation
Looks good, but can you add some unit tests? |
I don't think it is necessary, these operators are implicitly called in our unit test in place of some assignment operators. |
BTW this PR is not ready, the Valgrind tests are failing. |
b60ebcd
to
5e84713
Compare
5e84713
to
98473c0
Compare
@Nicogene what is the status of this PR? Are valgrind tests still failing? Do you mind rebasing this? |
@drdanz if I remember correctly this PR introduces a valgrind error in the unit tests, I never been able to understand what was the problem. |
98473c0
to
b426fba
Compare
b426fba
to
52aa9dc
Compare
I'm not sure why the CI was not available, I just forced it to start again |
52aa9dc
to
63f490b
Compare
Merged, thanks. |
This PR makes
ManagedBytes
andVectorOf
movable.It fixes #1965.
Please review the code.