-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add Capacity/length methods for OsString. #31608
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Looks pretty good to me, but it'd be good to add some tests I think (particular of |
Looks good to me as well! r=me with some tests like @nikomatsakis mentioned |
I know what |
I believe @nikomatsakis means testing the methods which themselves internally use |
160b9de
to
90c5077
Compare
Let me know how those tests look |
90c5077
to
85aaa7b
Compare
@bors: r+ 85aaa7b6df386d26509e6d4bebe9dd3246352510 Thanks! |
⌛ Testing commit 85aaa7b with merge 90c2f30... |
💔 Test failed - auto-win-msvc-32-opt |
85aaa7b
to
8c3655b
Compare
Forgot to add a few intermediate methods (via |
⌛ Testing commit 8c3655b with merge c2aa084... |
@bors: retry force |
⌛ Testing commit 8c3655b with merge 0cb2a7a... |
💔 Test failed - auto-linux-32-opt |
Test fail looks unrelated |
@bors: retry On Fri, Feb 19, 2016 at 3:16 PM, Corey Farwell notifications@github.com
|
💔 Test failed - auto-win-gnu-64-nopt-t |
8c3655b
to
29cac06
Compare
Forgot to implement |
@bors r+ |
📌 Commit 29cac06 has been approved by |
⌛ Testing commit 29cac06 with merge b00ad76... |
💔 Test failed - auto-win-msvc-32-opt |
29cac06
to
2338d74
Compare
Forgot the import. Added it in. |
#29453