|
|
Created:
4 years, 1 month ago by Avi (use Gerrit) Modified:
4 years, 1 month ago CC:
chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRemove stl_util's STLDeleteContainerPointers.
BUG=555865
Committed: https://crrev.com/72d3b88b5e27a7ad7cd2baf421e8432d15a510a3
Cr-Commit-Position: refs/heads/master@{#429152}
Patch Set 1 #
Total comments: 2
Patch Set 2 : reparent #Patch Set 3 : for #
Depends on Patchset: Messages
Total messages: 29 (17 generated)
The CQ bit was checked by avi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by avi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
avi@chromium.org changed reviewers: + jam@chromium.org
PTAL
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
presubmit lgtm, please add base/ owner for rest
avi@chromium.org changed reviewers: + mark@chromium.org
Mark, ptal.
LGTM https://codereview.chromium.org/2457343002/diff/1/base/stl_util.h File base/stl_util.h (right): https://codereview.chromium.org/2457343002/diff/1/base/stl_util.h#newcode72 base/stl_util.h:72: while (it != container->end()) { for would be more concise by one line.
The CQ bit was checked by avi@chromium.org to run a CQ dry run
https://codereview.chromium.org/2457343002/diff/1/base/stl_util.h File base/stl_util.h (right): https://codereview.chromium.org/2457343002/diff/1/base/stl_util.h#newcode72 base/stl_util.h:72: while (it != container->end()) { On 2016/10/31 19:52:02, Mark Mentovai wrote: > for would be more concise by one line. Is the issue of not being able to advance the iterator noted in the comment on STLDeleteContainerPointers not an issue? I kept the same basic structure because I wasn't entirely sure and because I'm getting rid of this soon, also.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
I meant to have a blank third clause of the for. You’ll only save one line, not two. LGTM either way.
On 2016/10/31 21:17:40, Avi wrote: > https://codereview.chromium.org/2457343002/diff/1/base/stl_util.h > File base/stl_util.h (right): > > https://codereview.chromium.org/2457343002/diff/1/base/stl_util.h#newcode72 > base/stl_util.h:72: while (it != container->end()) { > On 2016/10/31 19:52:02, Mark Mentovai wrote: > > for would be more concise by one line. > > Is the issue of not being able to advance the iterator noted in the comment on > STLDeleteContainerPointers not an issue? I kept the same basic structure because > I wasn't entirely sure and because I'm getting rid of this soon, also. Ah, yes, that would be cleaner. Done.
The CQ bit was checked by avi@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from jam@chromium.org, mark@chromium.org Link to the patchset: https://codereview.chromium.org/2457343002/#ps40001 (title: "for")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...)
The CQ bit was checked by avi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Remove stl_util's STLDeleteContainerPointers. BUG=555865 ========== to ========== Remove stl_util's STLDeleteContainerPointers. BUG=555865 Committed: https://crrev.com/72d3b88b5e27a7ad7cd2baf421e8432d15a510a3 Cr-Commit-Position: refs/heads/master@{#429152} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/72d3b88b5e27a7ad7cd2baf421e8432d15a510a3 Cr-Commit-Position: refs/heads/master@{#429152} |