Uh oh!
There was an error while loading. Please reload this page.
Add Vec::dedup_by and Vec::dedup_by_key - #36743
Conversation
test_dedup_shared has been exactly the same as test_dedup_unique since 6f16df4, three years ago.
rust-highfive
commented
Sep 26, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (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. |
SimonSapin
commented
Sep 26, 2016
In the spirit of #35856. (Separate commits show smaller diffs.) |
alexcrichton
commented
Sep 27, 2016
Seems like a reasonable addition to me! cc @rust-lang/libs |
aturon
commented
Sep 27, 2016
I'm 👍 on this addition. |
alexcrichton
commented
Oct 3, 2016
@rfcbot fcp merge |
FCP proposed with disposition to merge. Review requested from: No concerns currently listed. |
alexcrichton
commented
Oct 3, 2016
Also we'll need to be sure to add a tracking issue for these, but I'm fine with that happening just before merge |
SimonSapin
commented
Oct 4, 2016
I’ll open a tracking issue and edit the PR to reference it when (if) this addition is accepted. |
alexcrichton
commented
Oct 10, 2016
@SimonSapin ok, want to update with an unstable issue reference? I'll r+ after |
The show up separately in rustdoc. This is a separate commit to keep the previous one’s diff shorter.
SimonSapin
commented
Oct 11, 2016
Done: #37087. |
alexcrichton
commented
Oct 11, 2016
@bors: r+ |
bors
commented
Oct 11, 2016
📌 Commit 401f1c4 has been approved by |
Add Vec::dedup_by and Vec::dedup_by_key
bors
commented
Oct 12, 2016
⌛ Testing commit 401f1c4 with merge 4655164... |
bors
commented
Oct 12, 2016
💔 Test failed - auto-win-msvc-64-cargotest |
SimonSapin
commented
Oct 12, 2016
Is this an intermittent failure? |
alexcrichton
commented
Oct 13, 2016
@bors: retry |
bors
commented
Oct 13, 2016
Add Vec::dedup_by and Vec::dedup_by_key
bors
commented
Oct 13, 2016
💔 Test failed - auto-linux-cross-opt |
arielb1
commented
Oct 13, 2016
@bors retry |
bors
commented
Oct 13, 2016
⌛ Testing commit 401f1c4 with merge 3ab1839... |
bors
commented
Oct 13, 2016
💔 Test failed - auto-linux-cross-opt |
alexcrichton
commented
Oct 13, 2016
@bors: retry |
bors
commented
Oct 14, 2016
Add Vec::dedup_by and Vec::dedup_by_key
bors
commented
Oct 14, 2016
rfcbot
commented
Oct 17, 2016
All relevant subteam members have reviewed. No concerns remain. |
rfcbot
commented
Oct 24, 2016
It has been one week since all blocks to the FCP were resolved. |
No description provided.