Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix using `grow` to the same size. #151
Conversation
|
@bors-servo r+ |
|
|
|
|
|
|
|
@bors-servo r+ Do you need a release after your fixes? Also, thanks for the patch, and sorry I misunderstood #147 initially, I thought that a rustc update was breaking when compiling Thanks for all the fixes, very welcome :) |
|
|
|
|
|
|
|
Yea, if you could make a new release, I'd appreciate it. |
|
@bors-servo r+ |
|
|
Fix using `grow` to the same size. Using `grow` on a spilled SmallVec to the current capacity would free the backing storage when it shouldn't. Fixes #148 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/151) <!-- Reviewable:end -->
|
|
Publish 0.6.10. This incorporates #144, #152, #150, and #151, which should all be minor version updates according to semver. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/153) <!-- Reviewable:end -->
ehuss commentedJun 6, 2019
•
edited by larsbergstrom
Using
growon a spilled SmallVec to the current capacity would free the backing storage when it shouldn't.Fixes #148
This change is