-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix compile bug in v8/lookup.h #10525
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if both CI's are green
Fixed a small error that manifests when --debug is specified. This seems to have been introduced during the backport #9422. Ref: #9422 PR-URL: #10525 Reviewed-By: ofrobots - Ali Ijaz Sheikh <[email protected]> Reviewed-By: mhdawson - Michael Dawson <[email protected]>
The tests were green enough. Landed as 1859558 on |
Fixed a small error that manifests when --debug is specified. This seems to have been introduced during the backport #9422. Ref: #9422 PR-URL: #10525 Reviewed-By: ofrobots - Ali Ijaz Sheikh <[email protected]> Reviewed-By: mhdawson - Michael Dawson <[email protected]>
Fixed a small error that manifests when --debug is specified. This seems to have been introduced during the backport #9422. Ref: #9422 PR-URL: #10525 Reviewed-By: ofrobots - Ali Ijaz Sheikh <[email protected]> Reviewed-By: mhdawson - Michael Dawson <[email protected]>
Fixed a small error that manifests when --debug is specified. This seems to have been introduced during the backport #9422. Ref: #9422 PR-URL: #10525 Reviewed-By: ofrobots - Ali Ijaz Sheikh <[email protected]> Reviewed-By: mhdawson - Michael Dawson <[email protected]>
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