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

Issue 2929993003: [api] Fix compilation error for `UNIMPLEMENTED()` method (Closed)

Created:
3 years, 6 months ago by Anna Henningsen
Modified:
3 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[api] Fix compilation error for `UNIMPLEMENTED()` method Return `nullptr` from `ArrayBuffer::Allocator::Reserve` because apparently not doing so results in compile errors for some people. BUG= Ref: https://github.com/nodejs/node/issues/13392 Review-Url: https://codereview.chromium.org/2929993003 Cr-Commit-Position: refs/heads/master@{#45886} Committed: https://chromium.googlesource.com/v8/v8/+/f14d1b62313329f421f12cae429673c1b13018f9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/api.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 23 (12 generated)
Anna Henningsen
3 years, 6 months ago (2017-06-09 16:46:51 UTC) #3
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/2929993003/1
3 years, 6 months ago (2017-06-12 17:19:25 UTC) #9
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 6 months ago (2017-06-12 17:19:27 UTC) #11
Franzi
lgtm Thanks!
3 years, 6 months ago (2017-06-13 08:03:09 UTC) #13
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/2929993003/1
3 years, 6 months ago (2017-06-13 08:03:22 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/f14d1b62313329f421f12cae429673c1b13018f9
3 years, 6 months ago (2017-06-13 08:04:51 UTC) #17
Clemens Hammacher
Compilers should be able to deduce that UNIMPLEMENTED() does not return, and should not complain. ...
3 years, 6 months ago (2017-06-13 14:31:39 UTC) #19
Clemens Hammacher
On 2017/06/13 at 14:31:39, Clemens Hammacher wrote: > Compilers should be able to deduce that ...
3 years, 6 months ago (2017-06-20 10:09:32 UTC) #20
Anna Henningsen
On 2017/06/20 10:09:32, Clemens Hammacher wrote: > On 2017/06/13 at 14:31:39, Clemens Hammacher wrote: > ...
3 years, 6 months ago (2017-06-20 17:00:44 UTC) #21
Clemens Hammacher
On 2017/06/20 at 17:00:44, addaleax wrote: > On 2017/06/20 10:09:32, Clemens Hammacher wrote: > > ...
3 years, 6 months ago (2017-06-20 17:40:39 UTC) #22
Clemens Hammacher
3 years, 6 months ago (2017-06-20 17:41:20 UTC) #23
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2946933002/ by clemensh@chromium.org.

The reason for reverting is: not needed any more, and contradicts our cleanup
efforts: https://chromium-review.googlesource.com/c/507287/.

Powered by Google App Engine
This is Rietveld 408576698