Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Fix v8 build break #355

Merged
merged 2 commits into from
Aug 3, 2017
Merged

Fix v8 build break #355

merged 2 commits into from
Aug 3, 2017

Conversation

kunalspathak
Copy link
Member

Addressed v8 build break. Also ran through unit test and fixed 2 test cases. There are still 2 unit test failures in inspector that are failing for node-v8. @kfarnung might have idea.

  • inspector/test-bindings
  • inspector/test-off-with-session-then-on

Fixes: #354

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src,test

@kunalspathak kunalspathak changed the title Fixv8break Fix v8 build break Aug 2, 2017
v8: /^ReferenceError: foo is not defined$/,
chakracore: /ReferenceError: Use before declaration/
}));
const script = new Script('foo.bar = 5;');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming this was just a bad merge?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep.

Fixes: nodejs#354
PR-URL: nodejs#355
Reviewed-By: Kyle Farnung <[email protected]>
Reviewed-By: Jimmy Thomson <[email protected]>
Fixes: nodejs#354
PR-URL: nodejs#355
Reviewed-By: Kyle Farnung <[email protected]>
Reviewed-By: Jimmy Thomson <[email protected]>
@kunalspathak kunalspathak merged commit 270aaa1 into nodejs:master Aug 3, 2017
kfarnung pushed a commit that referenced this pull request Aug 12, 2017
Fixes: #354
PR-URL: #355
Reviewed-By: Kyle Farnung <[email protected]>
Reviewed-By: Jimmy Thomson <[email protected]>
kfarnung pushed a commit that referenced this pull request Aug 12, 2017
Fixes: #354
PR-URL: #355
Reviewed-By: Kyle Farnung <[email protected]>
Reviewed-By: Jimmy Thomson <[email protected]>
kfarnung pushed a commit that referenced this pull request Aug 14, 2017
Fixes: #354
PR-URL: #355
Reviewed-By: Kyle Farnung <[email protected]>
Reviewed-By: Jimmy Thomson <[email protected]>
kfarnung pushed a commit that referenced this pull request Aug 14, 2017
Fixes: #354
PR-URL: #355
Reviewed-By: Kyle Farnung <[email protected]>
Reviewed-By: Jimmy Thomson <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node-chakracore V8 build break on Ubuntu 16.04
3 participants