fix compile bug in v8/lookup.h#10525
fix compile bug in v8/lookup.h#10525matthewaveryusa wants to merge 2 commits intonodejs:v6.x-stagingfrom
Conversation
|
@matthewaveryusa changes like this should be submitted upstream to V8 and be backported once the change lands there. /cc @nodejs/v8 edit: Ahhhh this is already fixed upstream. So like the best thing to do would be to find the fix upstream and backport that change following the instructions found in https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md edit-2: that change should then target the v6.x-staging branch fwiw |
|
fwiw here is the original change from the V8 tracker v8/v8@5c8cb16 |
|
Ref: #9422. |
Fixed a small error that manifests when --debug is specified. This seems to have been introduced during the backport nodejs#9422. Ref: nodejs#9422 PR-URL: nodejs#10525
|
Thanks for fixing the issue. LGTM. I've added a V8 version bump commit on your branch, reworded the commit message for clarity/style, rebased to |
|
The tests were green enough. Landed as 1859558 on |
Fixed a small error that manifests when --debug is specified. Seems to be fixed in 7.x when v8 was pulled from upstream.
Sorry if this is the wrong branch but it doesn't apply to master as this is for the 6.x series.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
build