Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Issue 2135973002: Adding V8_WARN_UNUSED_RESULT for specified TODOs (Closed)

Created:
4 years, 5 months ago by danbev
Modified:
3 years, 9 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
git@github.com:danbev/v8.git@master
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Adding V8_WARN_UNUSED_RESULT for specified TODOs Currently there are a number of comment in src/v8.h which look like this: TODO(dcarney): mark V8_WARN_UNUSED_RESULT. This commit attempts to remove these comments and add the V8_WARN_UNUSED_RESULT macro to the methods in question. BUG= Review-Url: https://codereview.chromium.org/2135973002 Cr-Commit-Position: refs/heads/master@{#44010} Committed: https://chromium.googlesource.com/v8/v8/+/4e92e124858c56bd0c99533395c9c2333d954e5f

Patch Set 1 #

Patch Set 2 : Using CHECK for Maybe<bool> results #

Patch Set 3 : Rebased with upstream/master #

Patch Set 4 : Using CHECK for Maybe<bool> results #

Patch Set 5 : Using CHECK for Maybe<bool> results #

Patch Set 6 : Using CHECK for Maybe<bool> results #

Patch Set 7 : Using CHECK for Maybe<bool> results #

Patch Set 8 : Using CHECK for Maybe<bool> results #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -19 lines) Patch
M include/v8.h View 1 2 3 4 5 6 7 3 chunks +12 lines, -11 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 2 3 4 5 6 7 4 chunks +12 lines, -6 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 48 (20 generated)
danbev
Would you mind giving this a review?
4 years, 5 months ago (2016-07-11 13:33:03 UTC) #2
jochen (gone - plz use gerrit)
have you checked that both chromium and pdfium are still compiling with this?
4 years, 5 months ago (2016-07-11 13:37:41 UTC) #3
danbev
On 2016/07/11 13:37:41, jochen wrote: > have you checked that both chromium and pdfium are ...
4 years, 5 months ago (2016-07-11 13:41:37 UTC) #4
jochen (gone - plz use gerrit)
i'd probably first check in codesearch (cs.chromium.org) whether those methods have any callers. If not, ...
4 years, 5 months ago (2016-07-11 13:44:05 UTC) #5
jochen (gone - plz use gerrit)
On 2016/07/11 at 13:44:05, jochen wrote: > i'd probably first check in codesearch (cs.chromium.org) whether ...
4 years, 5 months ago (2016-07-11 13:44:25 UTC) #6
danbev
On 2016/07/11 13:44:25, jochen wrote: > On 2016/07/11 at 13:44:05, jochen wrote: > > i'd ...
4 years, 5 months ago (2016-07-13 05:34:09 UTC) #7
jochen (gone - plz use gerrit)
you'd upload a CL to chromium first, and once you've fixed all callsites, we can ...
4 years, 5 months ago (2016-07-13 08:57:45 UTC) #8
danbev
I've rebased and updated src/wasm/wasm-js.cc to use maybe variables and then use CHECK to verify ...
4 years, 5 months ago (2016-07-21 16:50:18 UTC) #9
jochen (gone - plz use gerrit)
lgtm
4 years, 5 months ago (2016-07-22 12:22:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135973002/20001
4 years, 5 months ago (2016-07-23 04:29:25 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/20079)
4 years, 5 months ago (2016-07-23 04:32:09 UTC) #14
danbev
Would you be able to review the changes in src/wasm/wasm-js.cc for me?
4 years, 5 months ago (2016-07-23 05:02:41 UTC) #16
danbev
On 2016/07/22 12:22:32, jochen wrote: > lgtm Thanks. I'm just waiting for a lgtm from ...
4 years, 4 months ago (2016-07-26 10:51:22 UTC) #17
ahaas
On 2016/07/26 at 10:51:22, daniel.bevenius wrote: > On 2016/07/22 12:22:32, jochen wrote: > > lgtm ...
4 years, 4 months ago (2016-07-26 13:20:50 UTC) #18
danbev
On 2016/07/26 13:20:50, ahaas wrote: > On 2016/07/26 at 10:51:22, daniel.bevenius wrote: > > On ...
4 years, 4 months ago (2016-07-26 13:22:37 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135973002/20001
4 years, 4 months ago (2016-07-26 13:23:26 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_chromium_gn_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/21729)
4 years, 4 months ago (2016-07-26 13:40:57 UTC) #23
danbev
On 2016/07/26 13:40:57, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 4 months ago (2016-07-27 07:33:17 UTC) #24
danbev
Rebased with upstream/master
4 years, 2 months ago (2016-10-11 09:21:23 UTC) #25
danbev
On 2016/10/11 09:21:23, danbev wrote: > Rebased with upstream/master
4 years, 2 months ago (2016-10-11 11:21:21 UTC) #26
danbev
I've rebased this with upstream/master. Would you mind taking a look? Thanks
3 years, 11 months ago (2017-01-17 13:46:16 UTC) #28
jochen (gone - plz use gerrit)
i triggered a try run
3 years, 11 months ago (2017-01-17 13:57:15 UTC) #32
danbev
I've rebased this again. @jochen Thanks for running the try run. The error that was ...
3 years, 11 months ago (2017-01-25 06:42:14 UTC) #35
danbev
Rebased with upstream/master. I suspect the chromium tests will fail again (the v8 quickchecks pass) ...
3 years, 9 months ago (2017-03-18 15:58:50 UTC) #36
jochen (gone - plz use gerrit)
once the chromium side has landed, this CL should be fine
3 years, 9 months ago (2017-03-20 07:13:52 UTC) #37
jochen (gone - plz use gerrit)
the chromium side has landed, so let's give this a go
3 years, 9 months ago (2017-03-22 09:56:50 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135973002/140001
3 years, 9 months ago (2017-03-22 10:23:15 UTC) #45
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 10:24:36 UTC) #48
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/v8/v8/+/4e92e124858c56bd0c99533395c9c2333d9...

Powered by Google App Engine
This is Rietveld 408576698