You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@thealphanerd If you look at the v8 bug, I have requested a merge of the fix to 5.0 and 5.1 in the upstream repository. Once that is merged upstream, we should bring an update V8 version into Node rather than floating the patch.
BTW, Note that we need all the patches on the bug, not just v8/v8@8e303dd.
7b2949a
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.
Will the latest v8 v5.2 make it as a dep?
Most notably, this commit will fix debugging with node-inspector: v8/v8@246d5bb
7b2949a
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.
/cc @ofrobots I looked at backporting v8/v8@8e303dd but found we are missing
test/mjsunit
Safe to assume that isn't included in our imported version of v8?
7b2949a
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.
@thealphanerd If you look at the v8 bug, I have requested a merge of the fix to 5.0 and 5.1 in the upstream repository. Once that is merged upstream, we should bring an update V8 version into Node rather than floating the patch.
BTW, Note that we need all the patches on the bug, not just v8/v8@8e303dd.
7b2949a
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.
@thealphanerd
test/msjunit
is indeed present in our imported version of V8: https://github.com/nodejs/node/tree/master/deps/v8/test/mjsunit.7b2949a
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.
Thanks for responding quickly and the heads up about the backport...
I was mixed up with the folder, but was specifically thinking of
test/msjunit/mirror-function.js
¯_(ツ)_/¯
Let me know if I can help with anything, although it sounds like you have it covered