Skip to content
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

Merged
merged 1 commit into from
Jan 17, 2018

Conversation

akroshg
Copy link
Contributor

@akroshg akroshg commented Jan 13, 2018

No description provided.

@akroshg
Copy link
Contributor Author

akroshg commented Jan 13, 2018

fixes #3638

@akroshg
Copy link
Contributor Author

akroshg commented Jan 13, 2018

@boingoing please have a look.

@akroshg
Copy link
Contributor Author

akroshg commented Jan 16, 2018

@dotnet-bot please test OSX static_osx_osx_debug

@akroshg
Copy link
Contributor Author

akroshg commented Jan 16, 2018

This should be a quick review, anyone?

Copy link
Contributor

@boingoing boingoing left a 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. 👍

@akroshg
Copy link
Contributor Author

akroshg commented Jan 16, 2018

AsmJs/params.js is timing out, is this known @MikeHolman ? I am going to retry it one more time.

@akroshg
Copy link
Contributor Author

akroshg commented Jan 16, 2018

@dotnet-bot please test OSX static_osx_osx_debug

As multiple specifier can lead to the same module record.
@chakrabot chakrabot merged commit e54eb66 into chakra-core:release/1.8 Jan 17, 2018
chakrabot pushed a commit that referenced this pull request Jan 17, 2018
…a parent

Merge pull request #4548 from akroshg:setparent
chakrabot pushed a commit that referenced this pull request Jan 17, 2018
…n setting a parent

Merge pull request #4548 from akroshg:setparent
chakrabot pushed a commit that referenced this pull request Jan 17, 2018
…specifier when setting a parent

Merge pull request #4548 from akroshg:setparent
chakrabot pushed a commit that referenced this pull request Jan 30, 2018
…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)
chakrabot pushed a commit to nodejs/node-chakracore that referenced this pull request Jan 31, 2018
[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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants