Uh oh!
There was an error while loading. Please reload this page.
Added examples/docs to split in str.rs - #33893
Conversation
rust-highfive
commented
May 26, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @gankro (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. |
steveklabnik
commented
May 26, 2016
Looks great! If you say "Fixes #33882" in your commit message, it will close the issue when this gets merged. Would you mind amending the message to put this in? |
Ophirr33
commented
May 26, 2016
Absolutely, just fixed that. Thanks for the heads up! On Thu, May 26, 2016 at 6:57 PM, Steve Klabnik notifications@github.com
|
steveklabnik
commented
May 26, 2016
I am not seeing the fix, did you push it? Also, Travis seems to be failing. My internet connection is terrible, so it's not showing me why, but that has to be passing before we can merge too 😄 |
I'm seeing the command "make tidy && make check-notidy -j4" exited with 2." On Thu, May 26, 2016 at 7:31 PM, Steve Klabnik notifications@github.com
|
Ophirr33
commented
May 27, 2016
Trailing white space was the issue. I fixed the offending lines. |
tbu-
commented
May 27, 2016
I don't think we should commit to this weird behavior, we should probably copy some other language's standard library here. |
GuillaumeGomez
commented
May 27, 2016
Please squash your commits. |
Ophirr33
commented
May 27, 2016
Rebase doesn't seem to be doing the trick. Am I squashing incorrectly? (git newbie here) |
steveklabnik
commented
May 27, 2016
@Ophirr33 I wrote a blog post that might be helpful: http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request |
Added documentation clarifying the behavior of split when used with the empty string and contiguous separators.
Ophirr33
commented
May 27, 2016
Got it! Thanks again |
steveklabnik
commented
May 28, 2016
@bors: r+ rollup |
bors
commented
May 28, 2016
📌 Commit feb0b27 has been approved by |
bors
commented
May 29, 2016
⌛ Testing commit feb0b27 with merge 69da70d... |
bors
commented
May 29, 2016
💔 Test failed - auto-linux-64-opt-rustbuild |
@bors: r+ rollup |
bors
commented
May 29, 2016
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
May 29, 2016
📌 Commit feb0b27 has been approved by |
…uillaumeGomez Added examples/docs to split in str.rs Added documentation clarifying the behavior of split when used with the empty string and contiguous separators. Addresses issue [33882](rust-lang#33882). This is my first time contributing to rust, so forgive me if I'm skipping any of the contribution steps. Fixesrust-lang#33882
…uillaumeGomez Added examples/docs to split in str.rs Added documentation clarifying the behavior of split when used with the empty string and contiguous separators. Addresses issue [33882](rust-lang#33882). This is my first time contributing to rust, so forgive me if I'm skipping any of the contribution steps. Fixesrust-lang#33882
tbu-
commented
May 30, 2016
Maybe it is the wanted behavior. With the current results, |
GuillaumeGomez
commented
May 30, 2016
@bors: retry |
…uillaumeGomez Added examples/docs to split in str.rs Added documentation clarifying the behavior of split when used with the empty string and contiguous separators. Addresses issue [33882](rust-lang#33882). This is my first time contributing to rust, so forgive me if I'm skipping any of the contribution steps. Fixesrust-lang#33882
Added documentation clarifying the behavior of split when used with the empty string and contiguous separators. Addresses issue 33882. This is my first time contributing to rust, so forgive me if I'm skipping any of the contribution steps.
Fixes#33882