-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Passing correct module specifier when setting a parent #4548
Conversation
fixes #3638 |
@boingoing please have a look. |
@dotnet-bot please test OSX static_osx_osx_debug |
This should be a quick review, anyone? |
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.
Looks good to me, thanks for the test case. 👍
AsmJs/params.js is timing out, is this known @MikeHolman ? I am going to retry it one more time. |
@dotnet-bot please test OSX static_osx_osx_debug |
As multiple specifier can lead to the same module record.
…n setting a parent Merge pull request #4548 from akroshg:setparent
…specifier when setting a parent Merge pull request #4548 from akroshg:setparent
…ition. Merge pull request #4585 from rhuanjl:setparent Follow up to issue: #3638 The issue was already fixed by removing the unnecessary assert: #4548 But - it highlighted another small issue. The setParent call in JsrtCore is useless - it results in several operations all of which have no useful end result. (No test case included as this doesn't fix a bug it just removes useless code)
[MERGE #4585 @rhuanjl] Remove useless setParent call and related condition. Merge pull request #4585 from rhuanjl:setparent Follow up to issue: chakra-core/ChakraCore#3638 The issue was already fixed by removing the unnecessary assert: chakra-core/ChakraCore#4548 But - it highlighted another small issue. The setParent call in JsrtCore is useless - it results in several operations all of which have no useful end result. (No test case included as this doesn't fix a bug it just removes useless code) Reviewed-By: chakrabot <[email protected]>
No description provided.